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. "jquery": "bower_components/jquery/jquery",
  7. "helios/showdown": "bower_components/showdown/src/showdown",
  8. "requireJS": "node_modules/requirejs/require",
  9. "require-css": "bower_components/require-css",
  10. "jquery-ui": "bower_components/jquery-ui/jquery-ui",
  11. "codemirror": "bower_components/codemirror",
  12. "bootstrap2.3.2": "bower_components/bootstrap2.3.2/bootstrap",
  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-ide-starter-dialog": "bower_components/amber-ide-starter-dialog/lib/idestarter",
  20. "amber-attic": "bower_components/amber-attic/src",
  21. "amber-attic/resources": "bower_components/amber-attic/resources",
  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. "map": {
  31. "*": {
  32. "css": "require-css/css"
  33. }
  34. },
  35. "shim": {
  36. "jquery-ui": {
  37. "deps": [
  38. "jquery",
  39. "jquery"
  40. ]
  41. },
  42. "codemirror/lib/codemirror": {
  43. "deps": [
  44. "css!codemirror/lib/codemirror",
  45. "css!codemirror/lib/codemirror"
  46. ]
  47. },
  48. "bootstrap2.3.2/js/bootstrap": {
  49. "deps": [
  50. "jquery",
  51. "css!bootstrap2.3.2/css/bootstrap"
  52. ]
  53. },
  54. "ensure-console": {
  55. "exports": "console"
  56. }
  57. }
  58. });