Skip to content

Commit 30c4e91

Browse files
committed
move config set to proper place
1 parent 7f5d189 commit 30c4e91

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build/config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,8 @@ module.exports = function( grunt ) {
104104
}
105105
};
106106

107+
grunt.config.set( 'global', global );
108+
107109
grunt.registerTask( 'async_config', 'git hashes for output headers', function() {
108110
var done = this.async();
109111

@@ -147,6 +149,4 @@ module.exports = function( grunt ) {
147149
grunt.config.set( 'qunit', { all: server_paths });
148150
done();
149151
});
150-
151-
grunt.config.set( 'global', global );
152152
};

0 commit comments

Comments
 (0)