Skip to content

Commit

Permalink
Change the Sass node module to the more stable gulp-ruby-sass
Browse files Browse the repository at this point in the history
  • Loading branch information
bgturner committed Jul 17, 2014
1 parent b764012 commit 700a608
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
var gulp = require('gulp')
, browserSync = require('browser-sync')
, sass = require('gulp-sass')
, sass = require('gulp-ruby-sass')
, reload = browserSync.reload;

// Setup browser-sync
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
"dependencies": {
"gulp": "^3.8.6",
"browser-sync": "^1.2.1",
"gulp-sass": "^0.7.2"
"gulp-ruby-sass": "^0.6.0"
}
}

0 comments on commit 700a608

Please sign in to comment.