Skip to content

Instantly share code, notes, and snippets.

@matthewrwilton
Created June 7, 2015 23:56
Show Gist options
  • Select an option

  • Save matthewrwilton/7cd4db4479757c2ac9fd to your computer and use it in GitHub Desktop.

Select an option

Save matthewrwilton/7cd4db4479757c2ac9fd to your computer and use it in GitHub Desktop.
Example package.json for creating a Gulp task to grouping multiple LESS or CSS files together.
{
"name": "GulpExamples.Bundling",
"version": "1.0.0",
"devDependencies": {
"gulp": "^3.8.11",
"gulp-concat-css": "^2.2.0",
"gulp-less": "^3.0.3",
"gulp-sourcemaps": "^1.5.2",
"gulp-watch": "^4.2.4"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment