Last active
November 19, 2015 13:23
-
-
Save Benjaminsson/441736b4a1dc3f24d1ef to your computer and use it in GitHub Desktop.
Revisions
-
Benjaminsson revised this gist
Jun 8, 2015 . 1 changed file with 4 additions and 4 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -5,14 +5,13 @@ "devDependencies": { "gulp": "~3.8.11", "gulp-load-plugins": "~0.10.0", "browser-sync": "~2.7.2", "wiredep": "~2.2.2", "gulp-sass": "~2.0.1", "gulp-sourcemaps": "~1.5.2", "gulp-autoprefixer": "~2.3.0", "gulp-csso": "~1.0.0", "gulp-uglify": "~1.2.0", @@ -22,6 +21,7 @@ "gulp-concat": "~2.5.2", "gulp-jshint": "~1.10.0", "gulp-useref": "~1.1.2", "gulp-strip-debug": "~1.0.2", "gulp-rename": "~1.2.2", -
Benjaminsson created this gist
May 19, 2015 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,33 @@ { "name": "package", "version": "1.0.0", "private": true, "devDependencies": { "gulp": "~3.8.11", "gulp-load-plugins": "~0.10.0", "browser-sync": "~2.7.1", "wiredep": "~2.2.2", "gulp-sass": "~2.0.1", "gulp-sourcemaps": "~1.5.2", "autoprefixer-core": "~5.1.11", "gulp-postcss": "~5.1.6", "gulp-csso": "~1.0.0", "gulp-uglify": "~1.2.0", "gulp-notify": "~2.2.0", "gulp-clean": "~0.3.1", "gulp-concat": "~2.5.2", "gulp-jshint": "~1.10.0", "gulp-useref": "~1.1.2", "gulp-rename": "~1.2.2", "gulp-bower": "~0.0.10", "gulp-filter": "~2.0.2", "main-bower-files": "~2.8.0", "gulp-if": "~1.2.5" } }