app.js 651 B

123456789101112131415161718192021
  1. define([
  2. 'amber/helpers', // pre-fetch, dep of amber/deploy
  3. 'amber/deploy', // pre-fetch, dep of amber/lang
  4. 'amber/lang',
  5. 'codemirror/lib/codemirror',
  6. 'codemirror/mode/smalltalk/smalltalk',
  7. 'codemirror/addon/hint/show-hint',
  8. 'css!codemirror/theme/ambiance',
  9. 'css!codemirror/lib/codemirror',
  10. 'css!codemirror/addon/hint/show-hint',
  11. 'jquery',
  12. 'typeahead',
  13. 'jquery-ui',
  14. 'bootstrap/dist/js/bootstrap',
  15. 'css!bootstrap/dist/css/bootstrap',
  16. './showdown',
  17. './all',
  18. 'css!./resources/helios',
  19. 'css!./resources/helios-niflheim',
  20. 'css!./resources/niflheim'
  21. ], function (amber) { return amber; });