Merge pull request #1871 from MITx/feature/cale/fast-dev-server
Speed up local development
Showing
cms/static/sass/bourbon
deleted
120000 → 0
common/lib/xmodule/xmodule/static_content.py
100644 → 100755
common/static/.gitignore
0 → 100644
lms/static/sass/bourbon
deleted
120000 → 0
package.json
0 → 100644
{ | |||
"name": "mitx", | |||
"version": "0.1.0", | |||
"dependencies": { "coffee-script": "1.6.x"} | |||
} | |||
\ No newline at end of file |
... | @@ -51,6 +51,8 @@ xmltodict==0.4.1 | ... | @@ -51,6 +51,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