Skip to content

Commit

Permalink
Update to latest grunt-sass
Browse files Browse the repository at this point in the history
* Fixes #1263
  • Loading branch information
vitalyster committed Jan 6, 2019
1 parent 94fbdbf commit 58cbad1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
3 changes: 3 additions & 0 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,9 @@ module.exports = function(grunt) {
}
},
sass: {
options: {
implementation: require('node-sass')
},
compile: {
files: {
'src/style/loqui/index.css' : 'src/style/loqui/index.scss'
Expand Down
9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"build": "grunt",
"jshint": "node_modules/jshint/bin/jshint -c .jshintrc --exclude-path .gitignore src/scripts/loqui",
"jsdoc-init": "git clone -b gh-pages --single-branch https://github.com/loqui/im.git gh-pages",
"jsdoc-build" : "sh jsdoc/build.sh",
"jsdoc-build": "sh jsdoc/build.sh",
"jsdoc-publish": "sh jsdoc/publish.sh"
},
"pre-commit": [
Expand All @@ -32,14 +32,15 @@
"grunt-contrib-connect": "~0.11.2",
"grunt-contrib-copy": "~0.8.1",
"grunt-contrib-watch": "~0.6.1",
"grunt-debian-package": "~0.1.13",
"grunt-execute": "~0.2.2",
"grunt-node-webkit-builder": "~1.0.2",
"grunt-sass": "^1.0.0",
"grunt-sass": "^3.0.2",
"grunt-sed": "^0.1.1",
"ink-docstrap": "git://github.com/TitanNano/docstrap.git",
"jsdom": "~6.5.1",
"jshint": "^2.6.0",
"pre-commit": "^1.0.1",
"grunt-debian-package": "~0.1.13"
"node-sass": "^4.11.0",
"pre-commit": "^1.0.1"
}
}

0 comments on commit 58cbad1

Please sign in to comment.