Преглед изворни кода

grunt: rename amber to amber_lib for now

amber.js is the loader script which does not get compiled from .st sources
Manfred Kroehnert пре 11 година
родитељ
комит
de241446e2
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      grunt.js

+ 1 - 1
grunt.js

@@ -80,7 +80,7 @@ module.exports = function(grunt) {
               'Compiler-IR.js', 'Compiler-Inlining.js', 'Compiler-Semantic.js',
               'Kernel-Tests.js', 'Compiler-Tests.js',
               'Canvas.js', 'IDE.js', 'SUnit.js', 'Documentation.js', 'Examples.js'],
-        output_name: 'amber'
+        output_name: 'amber_lib'
       },
       server: {
         working_dir: 'server',