Browse Source

Make repo more module like - removed config.js and the.js from version control.

Thomas Rake 9 years ago
parent
commit
9445db904f
4 changed files with 6 additions and 66 deletions
  1. 2 0
      .gitignore
  2. 4 2
      bower.json
  3. 0 58
      config.js
  4. 0 6
      the.js

+ 2 - 0
.gitignore

@@ -1,2 +1,4 @@
 node_modules/
 bower_components/
+/config.js
+/the.js

+ 4 - 2
bower.json

@@ -8,7 +8,9 @@
         "bower_components",
         "/test_runner.js",
         "test",
-        "tests"
+        "tests",
+        "/config.js",
+        "/the.js"
     ],
     "authors": [
         {
@@ -26,7 +28,7 @@
     ],
     "private": true,
     "dependencies": {
-        "amber": "^0.14.0"
+        "amber": "0.14.0"
     },
     "devDependencies": {
         "amber-ide-starter-dialog": "^0.1.0",

+ 0 - 58
config.js

@@ -1,58 +0,0 @@
-/* DO NOT EDIT! This file is generated. */
-
-var require;
-if (!require) require = {config: function (x) {require = x;}};
-require.config({
-  "paths": {
-    "helios/showdown": "bower_components/showdown/src/showdown",
-    "requireJS": "node_modules/requirejs/require",
-    "jquery": "bower_components/jquery/jquery",
-    "jquery-ui": "bower_components/jquery-ui/jquery-ui",
-    "codemirror": "bower_components/codemirror",
-    "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_css": "bower_components/amber/support/resources",
-    "amber_core": "bower_components/amber/src",
-    "amber-trysmalltalk": "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",
-  "shim": {
-    "jquery-ui": {
-      "deps": [
-        "jquery",
-        "jquery"
-      ]
-    },
-    "codemirror/lib/codemirror": {
-      "deps": [
-        "css!codemirror/lib/codemirror",
-        "css!codemirror/lib/codemirror"
-      ]
-    },
-    "bootstrap2.3.2/js/bootstrap": {
-      "deps": [
-        "jquery",
-        "css!bootstrap2.3.2/css/bootstrap"
-      ]
-    },
-    "ensure-console": {
-      "exports": "console"
-    }
-  },
-  "map": {
-    "*": {
-      "css": "require-css/css"
-    }
-  }
-});

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


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