Browse Source

The config.js file is in .gitignore

Sebastian Sastre 9 years ago
parent
commit
95e0c1f268
2 changed files with 3 additions and 61 deletions
  1. 3 0
      .gitignore
  2. 0 61
      config.js

+ 3 - 0
.gitignore

@@ -15,3 +15,6 @@ bower_components/
 
 # Ignoring place dedicated to hand-cloned user modules
 /my/
+
+# Other generated or transient files
+config.js

+ 0 - 61
config.js

@@ -1,61 +0,0 @@
-/* DO NOT EDIT! This file is generated. */
-
-var require;
-if (!require) require = {config: function (x) {require = x;}};
-require.config({
-  "paths": {
-    "require-css": "bower_components/require-css",
-    "jquery": "bower_components/jquery/jquery",
-    "jquery-ui": "bower_components/jquery-ui/jquery-ui",
-    "amber_lib/es5-shim": "bower_components/es5-shim",
-    "codemirror": "bower_components/codemirror",
-    "helios/showdown": "my/helios/bower_components/showdown/src/showdown",
-    "requireJS": "node_modules/requirejs/require",
-    "bootstrap2.3.2": "my/helios/bower_components/bootstrap2.3.2/bootstrap",
-    "amber": "support",
-    "amber_vm": "support/deprecated-vm-files",
-    "amber_vm/_st": "support/deprecated-vm-files/as-receiver",
-    "amber_css": "support/resources",
-    "amber_core": "src",
-    "helios": "my/helios/src",
-    "helios/resources": "my/helios/resources",
-    "helios/index": "my/helios/index",
-    "amber_cli": "external/amber-cli/src"
-  },
-  "map": {
-    "*": {
-      "css": "require-css/css"
-    }
-  },
-  "shim": {
-    "jquery-ui": {
-      "deps": [
-        "jquery",
-        "jquery",
-        "jquery",
-        "jquery"
-      ]
-    },
-    "codemirror/lib/codemirror": {
-      "deps": [
-        "css!codemirror/lib/codemirror",
-        "css!codemirror/lib/codemirror",
-        "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"
-    }
-  },
-  "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"
-});