diff --git a/Gruntfile.js b/Gruntfile.js index 4f36f1690..edbd9bf98 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -1,12 +1,11 @@ // AdminLTE Gruntfile module.exports = function (grunt) { - 'use strict'; //loading the configurations and grunt tasks - var configs = require('load-grunt-config')(grunt,{ - configPath: __dirname + '/build/grunt', - data:{ + var configs = require('load-grunt-config')(grunt, { + configPath: __dirname + '/build/grunt', + data: { // Metadata. pkg: grunt.file.readJSON('package.json'), banner: '/*!\n' + diff --git a/package.json b/package.json index 915eb607d..54b2d2d12 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,8 @@ "grunt-image": "^1.0.5", "grunt-includes": "^0.4.5", "grunt-jscs": "^2.3.0", - "grunt-sass": "^1.2.0", + "grunt-notify": "^0.4.5", + "grunt-sass": "^1.2.1", "grunt-scss-lint": "^0.3.8", "load-grunt-config": "^0.19.2" }