mirror of https://github.com/ColorlibHQ/AdminLTE
Move grunt-tasks to the build folder
parent
cd2293e814
commit
97df6065b1
|
@ -5,7 +5,7 @@ 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 + '/grunt-tasks',
|
configPath: __dirname + '/build/grunt-tasks',
|
||||||
data:{
|
data:{
|
||||||
// Metadata.
|
// Metadata.
|
||||||
pkg: grunt.file.readJSON('package.json'),
|
pkg: grunt.file.readJSON('package.json'),
|
||||||
|
|
Loading…
Reference in New Issue