update dependencies

This commit is contained in:
Alexander Zobnin
2018-10-18 16:31:00 +03:00
parent 61380be318
commit 995811da43
3 changed files with 1400 additions and 896 deletions

View File

@@ -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: {