config.js 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  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. "helios/showdown": "bower_components/showdown/src/showdown",
  7. "requireJS": "node_modules/requirejs/require",
  8. "jquery": "bower_components/jquery/jquery",
  9. "jquery-ui": "bower_components/jquery-ui/jquery-ui",
  10. "codemirror": "bower_components/codemirror",
  11. "bootstrap2.3.2": "bower_components/bootstrap2.3.2/bootstrap",
  12. "mousetrap": "bower_components/mousetrap/mousetrap",
  13. "jquery.blockUI": "bower_components/blockui/jquery.blockUI",
  14. "require-css": "bower_components/require-css",
  15. "amber_lib/es5-shim": "bower_components/es5-shim",
  16. "amber-trysmalltalk": "bower_components/trysmalltalk/src",
  17. "helios": "bower_components/helios/src",
  18. "helios/resources": "bower_components/helios/resources",
  19. "helios/index": "bower_components/helios/index",
  20. "amber-ide-starter-dialog": "bower_components/amber-ide-starter-dialog/lib/idestarter",
  21. "amber": "bower_components/amber/support",
  22. "amber_vm": "bower_components/amber/support/deprecated-vm-files",
  23. "amber_vm/_st": "bower_components/amber/support/deprecated-vm-files/as-receiver",
  24. "amber_css": "bower_components/amber/support/resources",
  25. "amber_core": "bower_components/amber/src",
  26. "amber-trysmalltalkdemo": "src"
  27. },
  28. "rjs_comment1": "require.min should be removed",
  29. "rjs_comment2": "it's backward compatibility hack if config finds",
  30. "rjs_comment3": "support/requirejs before node_modules/requirejs;",
  31. "rjs_comment4": "the former will go away in 0.14.0",
  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. "map": {
  56. "*": {
  57. "css": "require-css/css"
  58. }
  59. }
  60. });