update dependencies
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
module.exports = function(grunt) {
|
||||
|
||||
const sass = require('node-sass');
|
||||
require('load-grunt-tasks')(grunt);
|
||||
|
||||
grunt.loadNpmTasks('grunt-execute');
|
||||
@@ -114,6 +115,7 @@ module.exports = function(grunt) {
|
||||
|
||||
sass: {
|
||||
options: {
|
||||
implementation: sass,
|
||||
sourceMap: true
|
||||
},
|
||||
dist: {
|
||||
|
||||
Reference in New Issue
Block a user