Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Install Gulp that can keep track of changes in .scss files and update the .css counterparts on the fly. The easiest way of installing Gulp and other auxiliary tools is by using NPM and running the following on the root directory: 

Code Block
languagebash
$ npm install


Once Gulp is installed run SCSS watchdog under the project's root directory using:

...