Move grunt-tasks to the build folder
This commit is contained in:
@@ -5,7 +5,7 @@ module.exports = function (grunt) {
|
||||
'use strict';
|
||||
//loading the configurations and grunt tasks
|
||||
var configs = require('load-grunt-config')(grunt,{
|
||||
configPath: __dirname + '/grunt-tasks',
|
||||
configPath: __dirname + '/build/grunt-tasks',
|
||||
data:{
|
||||
// Metadata.
|
||||
pkg: grunt.file.readJSON('package.json'),
|
||||
|
||||
Reference in New Issue
Block a user