浏览代码

Update grunt-tasks folder name to grunt

Abdullah Almsaeed 8 年之前
父节点
当前提交
6ee1b1a029
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Gruntfile.js

+ 1 - 1
Gruntfile.js

@@ -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'),