Don't pipeline in dev environment, which means that there is no need to run collectstatic either. Hooray\!
This commit is contained in:
@@ -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
|
||||
-------
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user