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

@@ -34,15 +34,10 @@ Conveniently, you can install Node via `apt-get`, then use npm:
Compiling
---------
We're using Guard to watch your folder and automatic compile those CoffeeScript
files. First, install guard by using Bundler:
$ gem install bundler
$ bundle install
Then you can run this command:
$ bundle exec guard
The dev server will automatically compile coffeescript files that have changed.
Simply start the server using:
$ rake runserver
Testing
-------

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