diff options
Diffstat (limited to 'web-ui/app/js')
-rw-r--r-- | web-ui/app/js/index.js | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/web-ui/app/js/index.js b/web-ui/app/js/index.js index 690c086b..8ec2eeab 100644 --- a/web-ui/app/js/index.js +++ b/web-ui/app/js/index.js @@ -1,3 +1,7 @@ +import 'js/foundation/initialize_foundation'; +import 'js/lib/highlightRegex'; +import 'js/monkey_patching/all'; + import compose from 'flight/lib/compose'; import registry from 'flight/lib/registry'; import advice from 'flight/lib/advice'; @@ -5,7 +9,6 @@ import withLogging from 'flight/lib/logger'; import debug from 'flight/lib/debug'; import events from 'page/events'; import initializeDefault from 'page/default'; -import 'js/monkey_patching/all'; window.Pixelated = window.Pixelated || {}; window.Pixelated.events = events; |