Browse Source

using grunt amdconfig to produce config.js

Herbert Vojčík 9 years ago
parent
commit
644f159ff0
1 changed files with 2 additions and 0 deletions
  1. 2 0
      Gruntfile.js

+ 2 - 0
Gruntfile.js

@@ -71,6 +71,8 @@ module.exports = function(grunt) {
       }
     },
 
+    amdconfig: {helios: {dest: 'config.js'}},
+
     execute: {
       test_runner: {
         src: ['test_runner.js']