Created
June 7, 2015 23:56
-
-
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "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