Skip to content

Commit

Permalink
fix dev env
Browse files Browse the repository at this point in the history
  • Loading branch information
Cyril Kyburz committed Jan 8, 2016
1 parent 60d180f commit 0008e85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gulpfile.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ gulp.task 'scss', ->
gulp.src paths.scss
.pipe sass()
.pipe helpers.do 'production', cssnano()
.pipe rename extname: '.min.css'
.pipe helpers.do 'production', rename extname: '.min.css'
.pipe gulp.dest paths.finalDest

gulp.task 'ts', ->
Expand Down

0 comments on commit 0008e85

Please sign in to comment.