Skip to content
Sylhare edited this page Sep 4, 2018 · 2 revisions

Basic use

Install what is necessary

npm install

Then use the default to minimize the JS and the images

gulp default

For development

Each dependency has to be download using

npm install --save-dev <package>

in order to add it to the package.json. And to have recognize in the terminal, it is better to install it globally

npm install -g gulp
Clone this wiki locally