mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
update grunt-sass and add node-sass for node12 support
and update Gruntfile.js to use them
This commit is contained in:
@@ -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: [{
|
||||
|
Reference in New Issue
Block a user