Skip to content
This repository has been archived by the owner on Aug 30, 2021. It is now read-only.

Commit

Permalink
Fixing grunt build task
Browse files Browse the repository at this point in the history
  • Loading branch information
amoshaviv committed May 4, 2014
1 parent 9246d30 commit 5a2eb6e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ module.exports = function(grunt) {

// A Task for loading the configuration object
grunt.task.registerTask('loadConfig', 'Task that loads the config into a grunt option.', function() {
var init = require('./config/init')();
var config = require('./config/config');

grunt.config.set('applicationJavaScriptFiles', config.assets.js);
Expand Down

0 comments on commit 5a2eb6e

Please sign in to comment.