Procházet zdrojové kódy

using grunt amdconfig to produce config.js

Herbert Vojčík před 9 roky
rodič
revize
644f159ff0
1 změnil soubory, kde provedl 2 přidání a 0 odebrání
  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']