all-inner.js 864 B

12345678910111213141516171819202122232425262728
  1. // Loading this in nested file so that require.config
  2. // with shim dependencies is in effect.
  3. // See http://stackoverflow.com/questions/21647956/how-to-config-requirejs-shim-dependencies-just-in-time/
  4. define([
  5. 'amber/devel-inner',
  6. 'bootstrap2.3.2/js/bootstrap',
  7. 'amber_lib/showdown/compressed/showdown',
  8. 'helios/Helios-Core',
  9. 'helios/Helios-Exceptions',
  10. 'helios/Helios-Helpers',
  11. 'helios/Helios-Commands-Core',
  12. 'helios/Helios-Commands-Tools',
  13. 'helios/Helios-Commands-Browser',
  14. 'helios/Helios-Commands-SUnit',
  15. 'helios/Helios-Layout',
  16. 'helios/Helios-KeyBindings',
  17. 'helios/Helios-Browser',
  18. 'helios/Helios-Workspace',
  19. 'helios/Helios-Transcript',
  20. 'helios/Helios-SUnit',
  21. 'helios/Helios-SUnit-Tests',
  22. 'helios/Helios-Debugger',
  23. 'helios/Helios-Inspector',
  24. 'helios/Helios-References',
  25. 'helios/Helios-Announcements',
  26. 'helios/Helios-Workspace-Tests'
  27. ]);