- Clone repo
- Run
npm install - Run
./node_modules/gulp/bin/gulp.jsto compile CSS and sourcemap
If you then open index.html in Chrome and inspect the blue button, you'll see some of the styles reference <input css 1> as the source instead of main.css. You'll also notice the sources array in main.css.map is: ["main.css","<input css 1>","<no source>"].