فهرست منبع

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',