Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upBuild tasks
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