Skip to content

Instantly share code, notes, and snippets.

@ChrisBriggsy
Created May 17, 2015 23:24
Show Gist options
  • Save ChrisBriggsy/0f62c09aa19abd2f9b46 to your computer and use it in GitHub Desktop.
Save ChrisBriggsy/0f62c09aa19abd2f9b46 to your computer and use it in GitHub Desktop.
VS2015 - Gulp 101 - compile all .less to .CSS
{
"name": "package",
"version": "1.0.0",
"private": true,
"devDependencies": {
"gulp": "3.8.11",
"gulp-bower": "0.0.10",
"gulp-config": "0.3.0",
"gulp-less": "3.0.3",
"gulp-plumber": "1.0.0"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment