Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 824 Bytes

live-reloading-and-sass-compilation.rst

File metadata and controls

24 lines (14 loc) · 824 Bytes

Sass Compilation & Live Reloading

If you'd like to take advantage of live reload and Sass compilation:

  • Make sure that nodejs is installed. Then in the project root run:

    $ npm install
    
  • Now you just need:

    $ npm run dev
    

The base app will now run as it would with the usual manage.py runserver but with live reloading and Sass compilation enabled. When changing your Sass files, they will be automatically recompiled and change will be reflected in your browser without refreshing.

To get live reloading to work you'll probably need to install an appropriate browser extension