-
-
Save hiroshido/41cfd35c709b1611fa38 to your computer and use it in GitHub Desktop.
gulp-ruby-sass で source map が使えない場合 ref: http://qiita.com/unamu/items/5ae7a926342357161836
This file contains 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
gulp.task('sass', function() { | |
.pipe(sass({sourcemap: true, style: 'compressed'})) | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment