app.js 519 B

123456789101112131415161718
  1. define([
  2. 'amber/lang',
  3. 'amber/web/Web-JQuery',
  4. 'codemirror/lib/codemirror',
  5. 'codemirror/mode/smalltalk/smalltalk',
  6. 'codemirror/addon/hint/show-hint',
  7. 'css!codemirror/theme/ambiance',
  8. 'css!codemirror/lib/codemirror',
  9. 'css!codemirror/addon/hint/show-hint',
  10. 'typeahead',
  11. 'jquery-ui',
  12. 'bootstrap/js/bootstrap',
  13. './showdown',
  14. './all',
  15. 'css!./resources/helios',
  16. 'css!./resources/helios-niflheim',
  17. 'css!./resources/niflheim'
  18. ], function (amber) { return amber; });