Created
December 31, 2014 20:56
-
-
Save tylertreat/b9754ac10e881a82788a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
JAVASCRIPT_DIR := ./static/js | |
js: | |
bower install | |
jsx $(JAVASCRIPT_DIR)/src $(JAVASCRIPT_DIR)/build | |
node $(JAVASCRIPT_DIR)/lib/r.js/dist/r.js -o $(JAVASCRIPT_DIR)/build/buildconfig.js |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment