Skip to content

Commit

Permalink
Switch to "grunt-sass".
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR committed Apr 26, 2015
1 parent 26827df commit d1fa173
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 8 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
_gh_pages
_site
.ruby-version
.sass-cache

# Numerous always-ignore extensions
*.diff
Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ before_install:
install:
- travis_retry npm install -g grunt-cli
- travis_retry npm install
- travis_retry gem install --no-document "jekyll:~>2.5.3" "rouge:~>1.8.0" "sass:~>3.4.11"
- travis_retry gem install --no-document "jekyll:~>2.5.3" "rouge:~>1.8.0"
matrix:
fast_finish: true
notifications:
Expand Down
5 changes: 0 additions & 5 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,11 +65,6 @@ module.exports = function (grunt) {
},

sass: {
options: {
sourcemap: 'none',
style: 'expanded',
unixNewlines: true
},
core: {
src: 'sass/ratchet.scss',
dest: '<%= meta.distPath %>css/<%= pkg.name %>.css'
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,13 @@
"grunt-contrib-cssmin": "~0.12.2",
"grunt-contrib-htmlmin": "~0.4.0",
"grunt-contrib-jshint": "~0.11.2",
"grunt-contrib-sass": "~0.9.2",
"grunt-contrib-uglify": "~0.9.1",
"grunt-contrib-watch": "~0.6.1",
"grunt-csscomb": "~3.0.0",
"grunt-html": "~4.0.3",
"grunt-jekyll": "~0.4.2",
"grunt-jscs": "~1.6.0",
"grunt-sass": "~0.18.1",
"grunt-sed": "twbs/grunt-sed#v0.2.0",
"load-grunt-tasks": "~3.1.0",
"time-grunt": "~1.1.1"
Expand Down

0 comments on commit d1fa173

Please sign in to comment.