Setting up our project
First we need to copy all the work we did in our previous chapter into this one. That will be our starting point. You should have the following files and folder structure:
mastering-sass-swag |-- gulpfile.js |-- index.html |-- package.json |-- assets |-- css |-- style.css |-- style.css.map |-- scss |-- style.scss |-- dist |-- assets |-- css |-- style.min.css
You may need to run:
npm install
Run this from the command line to re-install the project's dependencies for Gulp.