Skip to content

Commit

Permalink
Replace minify-css with csso
Browse files Browse the repository at this point in the history
  • Loading branch information
aselbie committed Nov 11, 2015
1 parent 93571ed commit fa19d4b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -28,12 +28,12 @@
"gulp-concat": "^2.5.2",
"gulp-connect": "^2.2.0",
"gulp-coveralls": "^0.1.4",
"gulp-csso": "^1.0.1",
"gulp-fixtures2js": "0.0.1",
"gulp-flatten": "^0.2.0",
"gulp-if": "^1.2.1",
"gulp-jade": "^1.0.0",
"gulp-load-plugins": "^0.8.0",
"gulp-minify-css": "^1.2.0",
"gulp-ng-constant": "^0.3.0",
"gulp-plumber": "^1.0.0",
"gulp-protractor": "^1.0.0",
Expand Down
2 changes: 1 addition & 1 deletion tasks/minify-css.coffee
Expand Up @@ -7,7 +7,7 @@ module.exports = (gulp, $, configs) ->

gulp.task 'minify-css', ->
options = {}
minifyCss = $.minifyCss options
minifyCss = $.csso options
src = gulp.src minifyCssFiles
dest = gulp.dest defaultDistFolder

Expand Down

0 comments on commit fa19d4b

Please sign in to comment.