Commit 8e3d98ff authored by Nick Stenning's avatar Nick Stenning

Fix legacy homepage

parent dd2f2eb0
......@@ -80,6 +80,10 @@ var appBundles = [{
// Admin areas of the site
name: 'admin-site',
entry: './h/static/scripts/admin-site',
},{
// Legacy site bundle (for old homepage)
name: 'legacy-site',
entry: './h/static/scripts/legacy-site',
}];
var appBundleConfigs = appBundles.map(function (config) {
......
window.$ = window.jQuery = require('jquery');
require('bootstrap');
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment