-
Notifications
You must be signed in to change notification settings - Fork 10
Watching and Building the Sass Files
Tamara Temple edited this page May 21, 2017
·
2 revisions
From the command line / terminal prompt, run:
npm start
This will automatically launch a watcher to convert your sass files into css files and display the updates automatically. It should launch the default browser for your computer showing the project files, "Women in Computing".
You stop the watcher at any time by typing Control-C (^C, C-c) in the same terminal / command window the watcher is running in. (On Windows, if asked "Terminate batch job (Y/N)?" type "Y" and return.
If for some reason, the watcher stops "watching", just stop it and restart it.