1
0
Просмотр исходного кода

using grunt amdconfig to produce config.js

Herbert Vojčík 9 лет назад
Родитель
Сommit
644f159ff0
1 измененных файлов с 2 добавлено и 0 удалено
  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']