|
|
@@ -1,8 +1,5 @@
|
|
|
|
|
|
module.exports = function(grunt) {
|
|
|
-
|
|
|
- var _ = require('underscore');
|
|
|
-
|
|
|
// Load required NPM tasks.
|
|
|
// You must first run `npm install` in the project's root directory to get these dependencies.
|
|
|
grunt.loadNpmTasks('grunt-contrib-concat');
|
|
|
@@ -17,7 +14,7 @@ module.exports = function(grunt) {
|
|
|
grunt.loadNpmTasks('grunt-karma');
|
|
|
grunt.loadNpmTasks('grunt-bump');
|
|
|
grunt.loadNpmTasks('lumbar');
|
|
|
-
|
|
|
+
|
|
|
// This will eventually get passed to grunt.initConfig()
|
|
|
// Initialize multitasks...
|
|
|
var config = {
|