-
Notifications
You must be signed in to change notification settings - Fork 912
Gulp
Sylhare edited this page Sep 4, 2018
·
2 revisions
Install what is necessary
npm install
Then use the default to minimize the JS and the images
gulp default
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
Powered by Jekyll with Type on Strap