We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f5d189 commit 30c4e91Copy full SHA for 30c4e91
build/config.js
@@ -104,6 +104,8 @@ module.exports = function( grunt ) {
104
}
105
};
106
107
+ grunt.config.set( 'global', global );
108
+
109
grunt.registerTask( 'async_config', 'git hashes for output headers', function() {
110
var done = this.async();
111
@@ -147,6 +149,4 @@ module.exports = function( grunt ) {
147
149
grunt.config.set( 'qunit', { all: server_paths });
148
150
done();
151
});
-
- grunt.config.set( 'global', global );
152
0 commit comments