mirror of
https://github.com/danbee/tube-status-server
synced 2025-03-04 08:39:12 +00:00
8 lines
169 B
Makefile
8 lines
169 B
Makefile
build:
|
|
r.js -o public/javascripts/build.js
|
|
release:
|
|
make build
|
|
git add public/javascripts/main_compiled.js
|
|
git commit -m "Compiled JS for release."
|
|
git push heroku
|