Compilation
In this lesson, we'll learn how to setup a compilation script and run our watch script to check for file changes.
We'll cover the following...
Before beginning, make sure to have your SASS project directory open! Then, open your package.json
file. This is the file that generates when you run npm init
in your Sass project directory.
In package.json
, add the following code:
"compile-s
...