Update grunt-tasks folder name to grunt

pull/1707/head
Abdullah Almsaeed 2016-07-02 11:43:51 -04:00
parent 7861601c7e
commit 6ee1b1a029
1 changed files with 1 additions and 1 deletions

View File

@ -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 + '/build/grunt-tasks',
configPath: __dirname + '/build/grunt',
data:{
// Metadata.
pkg: grunt.file.readJSON('package.json'),