Don't pipeline in dev environment, which means that there is no need to run collectstatic either. Hooray\!

This commit is contained in:
Calen Pennington
2012-05-18 15:37:57 -04:00
parent 6b15303d89
commit d2ec58c06e
10 changed files with 31 additions and 48 deletions

View File

@@ -19,9 +19,7 @@ This should ensure that you have all the dependencies required for compiling.
Compiling
---------
We're using Guard to watch your folder and automatic compile those SASS files.
If you already install all the dependencies using Bundler, you can just do:
$ bundle exec guard
This will execute `django-admin collectstatic`, which will compile the sass files
The dev server will automatically compile sass files that have changed. Simply start
the server using:
$ rake runserver