Parse theme from querystring, put on util. Moment from require()

We also fully set up i18n and put it on util as well as making
it available on windows.i18n for Backbone views.
This commit is contained in:
Scott Nonnenberg 2018-04-05 08:31:43 -07:00
parent 887abd75dd
commit be91a89d68
No known key found for this signature in database
GPG key ID: 5F82280C35134661
7 changed files with 45 additions and 7 deletions

View file

@ -44,9 +44,6 @@ module.exports = {
{
src: 'test/legacy_bridge.js',
},
{
src: 'node_modules/moment/min/moment-with-locales.min.js',
},
{
src: 'js/components.js',
},