|
@@ -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,{
|
|
|
|
- configPath: __dirname + '/build/grunt',
|
|
|
|
- data:{
|
|
|
|
|
|
+ var configs = require('load-grunt-config')(grunt, {
|
|
|
|
+ configPath: __dirname + '/build/grunt',
|
|
|
|
+ data: {
|
|
// Metadata.
|
|
// Metadata.
|
|
pkg: grunt.file.readJSON('package.json'),
|
|
pkg: grunt.file.readJSON('package.json'),
|
|
banner: '/*!\n' +
|
|
banner: '/*!\n' +
|