Skip to content
This repository has been archived by the owner on Jan 3, 2019. It is now read-only.

Commit

Permalink
Fixes nan assertion failure on ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
weilu committed Jun 11, 2014
1 parent 27b406d commit 769b325
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ gulp.task('serve', function() {

gulp.task('styles', function(){
gulp.src('./app/application.scss')
.pipe(sass({sourceComments: 'map'})) // {sourceComments: 'map'} doesn't work in windows :/
.pipe(sass())
.pipe(prefix())
.pipe(gulp.dest('./build/assets/css/'))
.pipe(refresh(lrserver));
Expand Down

0 comments on commit 769b325

Please sign in to comment.