• Home
  • School projects (old)
  • Blog & Tutorials
  • Blog & Tutorials
  • Gulp
Gulp info and commands

20. April 2018

Navigate to the assets folder, write:

FIRST: npm install

  1. gulp
  2. gulp watch

If problem. Try: npm update

  • Blog & Tutorials
  • Gulp
If Gulp writes the file path

20. April 2018

Look for:

.pipe(sass({
          style: 'expanded',
          sourceComments: 'normal'
      }))

change to:

sourceComments: false