config.js 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. /* DO NOT EDIT! This file is generated. */
  2. var require;
  3. if (!require) require = {config: function (x) {require = x;}};
  4. require.config({
  5. "paths": {
  6. "require-css": "bower_components/require-css",
  7. "jquery": "bower_components/jquery/jquery",
  8. "jquery-ui": "bower_components/jquery-ui/jquery-ui",
  9. "amber_lib/es5-shim": "bower_components/es5-shim",
  10. "codemirror": "bower_components/codemirror",
  11. "mousetrap": "bower_components/mousetrap/mousetrap",
  12. "jquery.blockUI": "bower_components/blockui/jquery.blockUI",
  13. "helios/showdown": "bower_components/showdown/src/showdown",
  14. "requireJS": "node_modules/requirejs/require",
  15. "bootstrap2.3.2": "bower_components/bootstrap2.3.2/bootstrap",
  16. "amber": "bower_components/amber/support",
  17. "amber_vm": "bower_components/amber/support/deprecated-vm-files",
  18. "amber_vm/_st": "bower_components/amber/support/deprecated-vm-files/as-receiver",
  19. "amber_css": "bower_components/amber/support/resources",
  20. "amber_core": "bower_components/amber/src",
  21. "amber-ide-starter-dialog": "bower_components/amber-ide-starter-dialog/lib/idestarter",
  22. "helios": "bower_components/helios/src",
  23. "helios/resources": "bower_components/helios/resources",
  24. "helios/index": "bower_components/helios/index",
  25. "amber-trysmalltalk": "src"
  26. },
  27. "map": {
  28. "*": {
  29. "css": "require-css/css"
  30. }
  31. },
  32. "shim": {
  33. "jquery-ui": {
  34. "deps": [
  35. "jquery",
  36. "jquery"
  37. ]
  38. },
  39. "codemirror/lib/codemirror": {
  40. "deps": [
  41. "css!codemirror/lib/codemirror",
  42. "css!codemirror/lib/codemirror"
  43. ]
  44. },
  45. "bootstrap2.3.2/js/bootstrap": {
  46. "deps": [
  47. "jquery",
  48. "css!bootstrap2.3.2/css/bootstrap"
  49. ]
  50. },
  51. "ensure-console": {
  52. "exports": "console"
  53. }
  54. },
  55. "rjs_comment1": "require.min should be removed",
  56. "rjs_comment2": "it's backward compatibility hack if config finds",
  57. "rjs_comment3": "support/requirejs before node_modules/requirejs;",
  58. "rjs_comment4": "the former will go away in 0.14.0"
  59. });