mirror of https://github.com/ColorlibHQ/AdminLTE
Update dependencies
parent
9f5bb59de0
commit
ab3875743f
|
@ -1,12 +1,11 @@
|
||||||
// AdminLTE Gruntfile
|
// AdminLTE Gruntfile
|
||||||
|
|
||||||
module.exports = function (grunt) {
|
module.exports = function (grunt) {
|
||||||
|
|
||||||
'use strict';
|
'use strict';
|
||||||
//loading the configurations and grunt tasks
|
//loading the configurations and grunt tasks
|
||||||
var configs = require('load-grunt-config')(grunt,{
|
var configs = require('load-grunt-config')(grunt, {
|
||||||
configPath: __dirname + '/build/grunt',
|
configPath: __dirname + '/build/grunt',
|
||||||
data:{
|
data: {
|
||||||
// Metadata.
|
// Metadata.
|
||||||
pkg: grunt.file.readJSON('package.json'),
|
pkg: grunt.file.readJSON('package.json'),
|
||||||
banner: '/*!\n' +
|
banner: '/*!\n' +
|
||||||
|
|
|
@ -44,7 +44,8 @@
|
||||||
"grunt-image": "^1.0.5",
|
"grunt-image": "^1.0.5",
|
||||||
"grunt-includes": "^0.4.5",
|
"grunt-includes": "^0.4.5",
|
||||||
"grunt-jscs": "^2.3.0",
|
"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",
|
"grunt-scss-lint": "^0.3.8",
|
||||||
"load-grunt-config": "^0.19.2"
|
"load-grunt-config": "^0.19.2"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue