config.js 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  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. "require-css": "bower_components/require-css",
  13. "mousetrap": "bower_components/mousetrap/mousetrap",
  14. "jquery.blockUI": "bower_components/blockui/jquery.blockUI",
  15. "amber-trysmalltalk": "bower_components/trysmalltalk/src",
  16. "helios": "bower_components/helios/src",
  17. "helios/resources": "bower_components/helios/resources",
  18. "helios/index": "bower_components/helios/index",
  19. "amber-attic": "bower_components/amber-attic/src",
  20. "amber-attic/resources": "bower_components/amber-attic/resources",
  21. "amber-ide-starter-dialog": "bower_components/amber-ide-starter-dialog/lib/idestarter",
  22. "amber": "bower_components/amber/support",
  23. "amber_core": "bower_components/amber/src",
  24. "amber-trysmalltalkdemo": "src"
  25. },
  26. "rjs_comment1": "require.min should be removed",
  27. "rjs_comment2": "it's backward compatibility hack if config finds",
  28. "rjs_comment3": "support/requirejs before node_modules/requirejs;",
  29. "rjs_comment4": "the former will go away in 0.14.0",
  30. "shim": {
  31. "jquery-ui": {
  32. "deps": [
  33. "jquery",
  34. "jquery"
  35. ]
  36. },
  37. "codemirror/lib/codemirror": {
  38. "deps": [
  39. "css!codemirror/lib/codemirror",
  40. "css!codemirror/lib/codemirror"
  41. ]
  42. },
  43. "bootstrap2.3.2/js/bootstrap": {
  44. "deps": [
  45. "jquery",
  46. "css!bootstrap2.3.2/css/bootstrap"
  47. ]
  48. },
  49. "ensure-console": {
  50. "exports": "console"
  51. }
  52. },
  53. "map": {
  54. "*": {
  55. "css": "require-css/css"
  56. }
  57. }
  58. });