update grunt-sass and add node-sass for node12 support

and update Gruntfile.js to use them
This commit is contained in:
Dave Conway-Jones
2019-10-25 15:23:51 +01:00
parent 22b9df62d1
commit e8ef476a6d
2 changed files with 7 additions and 4 deletions

View File

@@ -16,6 +16,7 @@
var path = require("path");
var fs = require("fs-extra");
var sass = require("node-sass");
module.exports = function(grunt) {
@@ -220,6 +221,7 @@ module.exports = function(grunt) {
sass: {
build: {
options: {
implementation: sass,
outputStyle: 'compressed'
},
files: [{