Skip to content

Instantly share code, notes, and snippets.

@hiroshido
Created May 8, 2014 12:55
Show Gist options
  • Save hiroshido/41cfd35c709b1611fa38 to your computer and use it in GitHub Desktop.
Save hiroshido/41cfd35c709b1611fa38 to your computer and use it in GitHub Desktop.
gulp-ruby-sass で source map が使えない場合 ref: http://qiita.com/unamu/items/5ae7a926342357161836
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