Browse Source

Run grunt devel

Thomas Rake 9 years ago
parent
commit
c405849330
2 changed files with 12 additions and 12 deletions
  1. 12 12
      config.js
  2. 0 0
      the.js

+ 12 - 12
config.js

@@ -5,24 +5,24 @@ if (!require) require = {config: function (x) {require = x;}};
 require.config({
   "paths": {
     "helios/showdown": "bower_components/showdown/src/showdown",
-    "jquery": "bower_components/jquery/jquery",
     "requireJS": "node_modules/requirejs/require",
+    "jquery": "bower_components/jquery/jquery",
+    "jquery-ui": "bower_components/jquery-ui/jquery-ui",
     "codemirror": "bower_components/codemirror",
-    "jquery-ui": "bower_components/jquery-ui/jquery-ui.min",
-    "require-css": "bower_components/require-css",
-    "amber_lib/es5-shim": "bower_components/es5-shim",
-    "mousetrap": "bower_components/mousetrap/mousetrap",
     "bootstrap2.3.2": "bower_components/bootstrap2.3.2/bootstrap",
+    "mousetrap": "bower_components/mousetrap/mousetrap",
     "jquery.blockUI": "bower_components/blockui/jquery.blockUI",
+    "require-css": "bower_components/require-css",
+    "amber_lib/es5-shim": "bower_components/es5-shim",
     "helios": "bower_components/helios/src",
     "helios/resources": "bower_components/helios/resources",
     "helios/index": "bower_components/helios/index",
+    "amber-ide-starter-dialog": "bower_components/amber-ide-starter-dialog/lib/idestarter",
     "amber": "bower_components/amber/support",
     "amber_vm": "bower_components/amber/support/deprecated-vm-files",
     "amber_vm/_st": "bower_components/amber/support/deprecated-vm-files/as-receiver",
     "amber_css": "bower_components/amber/support/resources",
     "amber_core": "bower_components/amber/src",
-    "amber-ide-starter-dialog": "bower_components/amber-ide-starter-dialog/lib/idestarter",
     "amber-trysmalltalk": "src"
   },
   "rjs_comment1": "require.min should be removed",
@@ -30,18 +30,18 @@ require.config({
   "rjs_comment3": "support/requirejs before node_modules/requirejs;",
   "rjs_comment4": "the former will go away in 0.14.0",
   "shim": {
-    "codemirror/lib/codemirror": {
-      "deps": [
-        "css!codemirror/lib/codemirror",
-        "css!codemirror/lib/codemirror"
-      ]
-    },
     "jquery-ui": {
       "deps": [
         "jquery",
         "jquery"
       ]
     },
+    "codemirror/lib/codemirror": {
+      "deps": [
+        "css!codemirror/lib/codemirror",
+        "css!codemirror/lib/codemirror"
+      ]
+    },
     "bootstrap2.3.2/js/bootstrap": {
       "deps": [
         "jquery",

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


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