Browse Source

Try devel mode (deploy does not work in website).

Herbert Vojčík 8 years ago
parent
commit
0ee603039f
2 changed files with 9 additions and 499 deletions
  1. 9 9
      config.js
  2. 0 490
      the.js

+ 9 - 9
config.js

@@ -4,9 +4,9 @@ var require;
 if (!require) require = {config: function (x) {require = x;}};
 require.config({
   "paths": {
-    "require-css": "bower_components/require-css",
     "helios/showdown": "bower_components/showdown/src/showdown",
     "requireJS": "node_modules/requirejs/require",
+    "require-css": "bower_components/require-css",
     "jquery": "bower_components/jquery/jquery",
     "jquery-ui": "bower_components/jquery-ui/jquery-ui",
     "codemirror": "bower_components/codemirror",
@@ -17,15 +17,19 @@ require.config({
     "helios": "bower_components/helios/src",
     "helios/resources": "bower_components/helios/resources",
     "helios/index": "bower_components/helios/index",
-    "amber/web": "bower_components/amber-contrib-web/src",
     "amber-ide-starter-dialog": "bower_components/amber-ide-starter-dialog/lib/idestarter",
+    "amber/web": "bower_components/amber-contrib-web/src",
     "amber/legacy": "bower_components/amber-contrib-legacy/src",
     "amber/legacy/resources": "bower_components/amber-contrib-legacy/resources",
-    "amber/jquery": "bower_components/amber-contrib-jquery/src",
     "amber": "bower_components/amber/support",
     "amber_core": "bower_components/amber/src",
+    "amber/jquery": "bower_components/amber-contrib-jquery/src",
     "amber-trysmalltalkdemo": "src"
   },
+  "rjs_comment1": "require.min should be removed",
+  "rjs_comment2": "it's backward compatibility hack if config finds",
+  "rjs_comment3": "support/requirejs before node_modules/requirejs;",
+  "rjs_comment4": "the former will go away in 0.14.0",
   "map": {
     "*": {
       "css": "require-css/css",
@@ -36,14 +40,10 @@ require.config({
       "amber-attic/Benchfib": "amber/legacy/Benchfib",
       "amber-attic/Examples": "amber/legacy/Examples",
       "amber-attic/IDE": "amber/legacy/IDE",
-      "amber-contrib-jquery/Wrappers-JQuery": "amber/jquery/Wrappers-JQuery",
-      "amber_core/Kernel-ImportExport": "amber_core/Platform-ImportExport"
+      "amber_core/Kernel-ImportExport": "amber_core/Platform-ImportExport",
+      "amber-contrib-jquery/Wrappers-JQuery": "amber/jquery/Wrappers-JQuery"
     }
   },
-  "rjs_comment1": "require.min should be removed",
-  "rjs_comment2": "it's backward compatibility hack if config finds",
-  "rjs_comment3": "support/requirejs before node_modules/requirejs;",
-  "rjs_comment4": "the former will go away in 0.14.0",
   "shim": {
     "jquery-ui": {
       "deps": [

File diff suppressed because it is too large
+ 0 - 490
the.js


Some files were not shown because too many files changed in this diff