Move xmodule asset gathering out of server startup
This allows us to a) compile the coffeescript and sass from xmodules using the new out-of-band method and b) reload xmodule static content whenever it changes, which should make devs much happier.
Showing
cms/static/sass/bourbon
deleted
120000 → 0
common/lib/xmodule/xmodule/static_content.py
100644 → 100755
lms/static/sass/bourbon
deleted
120000 → 0
... | @@ -50,6 +50,8 @@ xmltodict==0.4.1 | ... | @@ -50,6 +50,8 @@ xmltodict==0.4.1 |
# Used for debugging | # Used for debugging | ||
ipython==0.13.1 | ipython==0.13.1 | ||
# Used for development operation | |||
watchdog==0.6.0 | |||
# Metrics gathering and monitoring | # Metrics gathering and monitoring | ||
dogapi==1.2.1 | dogapi==1.2.1 | ||
... | ... |
Please
register
or
sign in
to comment