Commit 09a7ae9f by Bill DeRusha Committed by GitHub

Merge pull request #177 from edx/bderusha/edx-pattern-lib-makefile

Add require js to make static
parents d228aef0 1f1c4f81
...@@ -30,6 +30,7 @@ help: ...@@ -30,6 +30,7 @@ help:
@echo "" @echo ""
static: static:
$(NODE_BIN)/r.js -o build.js
python manage.py collectstatic --noinput python manage.py collectstatic --noinput
clean_static: clean_static:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment