Skip to content
Álvaro edited this page Apr 24, 2017 · 1 revision

Installing dependencies

You must have node amd npm installed in order to run the compile and compress tasks.

Terminal:

// (Optional) Install Gulp module globally
npm install gulp -g

// Install multiscroll's build dependencies
npm install

Task commands

// Compress the JS
gulp js

// or just
gulp
Clone this wiki locally