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

Commit

Permalink
move config set to proper place
Browse files Browse the repository at this point in the history
  • Loading branch information
johnbender committed Jun 4, 2012
1 parent 7f5d189 commit 30c4e91
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/config.js
Expand Up @@ -104,6 +104,8 @@ module.exports = function( grunt ) {
}
};

grunt.config.set( 'global', global );

grunt.registerTask( 'async_config', 'git hashes for output headers', function() {
var done = this.async();

Expand Down Expand Up @@ -147,6 +149,4 @@ module.exports = function( grunt ) {
grunt.config.set( 'qunit', { all: server_paths });
done();
});

grunt.config.set( 'global', global );
};

0 comments on commit 30c4e91

Please sign in to comment.