From 6ee1b1a029128436f7c144a78a7062bd80651a21 Mon Sep 17 00:00:00 2001 From: Abdullah Almsaeed Date: Sat, 2 Jul 2016 11:43:51 -0400 Subject: [PATCH] Update grunt-tasks folder name to grunt --- Gruntfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gruntfile.js b/Gruntfile.js index 3e75be12a..4f36f1690 100644 --- a/Gruntfile.js +++ b/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'),