introduced minified css solution: css files will not be autoinjected, instead they are minified in dist directory and then injected from within bundle files
This commit is contained in:
@@ -8,8 +8,7 @@ import * as Cart from "./modules/cart";
|
||||
import * as BookingBtn from "./modules/bookingButton";
|
||||
import * as Child from './modules/child';
|
||||
import * as UI from "./modules/ui";
|
||||
// require("jbox/dist/jBox.all.css");
|
||||
// require("../src/css/styleChild.css");
|
||||
require("../src/css/seatmap.css");
|
||||
|
||||
window.addEventListener('load', () => {
|
||||
// Inject JSC (jQuery Seat Charts)
|
||||
|
||||
Reference in New Issue
Block a user