From 4120bb6063d277179a86a1b9cea6caae3aa676ba Mon Sep 17 00:00:00 2001 From: Anike Arni Date: Wed, 28 Dec 2016 15:10:46 -0200 Subject: Bundles local files that were previously in script tags with webpack for optimization --- web-ui/app/index.html | 2 -- web-ui/app/js/index.js | 5 ++++- 2 files changed, 4 insertions(+), 3 deletions(-) (limited to 'web-ui/app') diff --git a/web-ui/app/index.html b/web-ui/app/index.html index 941d3a21..b1b77b3a 100644 --- a/web-ui/app/index.html +++ b/web-ui/app/index.html @@ -98,13 +98,11 @@ - - 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; -- cgit v1.2.3