Browse Source

Move grunt-tasks to the build folder

Abdullah Almsaeed 8 years ago
parent
commit
97df6065b1

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

+ 0 - 0
grunt-tasks/babel.js → build/grunt-tasks/babel.js


+ 0 - 0
grunt-tasks/bootlint.js → build/grunt-tasks/bootlint.js


+ 0 - 0
grunt-tasks/clean.js → build/grunt-tasks/clean.js


+ 0 - 0
grunt-tasks/concat.js → build/grunt-tasks/concat.js


+ 0 - 0
grunt-tasks/csslint.js → build/grunt-tasks/csslint.js


+ 0 - 0
grunt-tasks/eslint.js → build/grunt-tasks/eslint.js


+ 0 - 0
grunt-tasks/image.js → build/grunt-tasks/image.js


+ 0 - 0
grunt-tasks/includes.js → build/grunt-tasks/includes.js


+ 0 - 0
grunt-tasks/jscs.js → build/grunt-tasks/jscs.js


+ 0 - 0
grunt-tasks/jshint.js → build/grunt-tasks/jshint.js


+ 0 - 0
grunt-tasks/sass.js → build/grunt-tasks/sass.js


+ 0 - 0
grunt-tasks/uglify.js → build/grunt-tasks/uglify.js


+ 0 - 0
grunt-tasks/watch.js → build/grunt-tasks/watch.js