all-inner.js 828 B

123456789101112131415161718192021222324252627
  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. 'amber_lib/bootstrap/js/bootstrap',
  7. 'amber_lib/showdown/compressed/showdown',
  8. 'amber_core/Spaces',
  9. 'helios/Helios-Core',
  10. 'helios/Helios-Exceptions',
  11. 'helios/Helios-Helpers',
  12. 'helios/Helios-Commands-Core',
  13. 'helios/Helios-Commands-Tools',
  14. 'helios/Helios-Commands-Browser',
  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-Debugger',
  22. 'helios/Helios-Inspector',
  23. 'helios/Helios-References',
  24. 'helios/Helios-Announcements',
  25. 'helios/Helios-Workspace-Tests'
  26. ]);