Update tasks - remove gulp (replaced by node scripts, working with mconfig) + esbuild (no more es5 support) + add critical css in config file
This commit is contained in:
@@ -21,6 +21,7 @@ window.onload = (event) => {
|
||||
|
||||
function init() {
|
||||
globals();
|
||||
|
||||
app.init(app);
|
||||
|
||||
html.classList.add('is-loaded');
|
||||
|
||||
@@ -7,6 +7,7 @@ export default class extends module {
|
||||
}
|
||||
|
||||
init() {
|
||||
|
||||
const load = new modularLoad({
|
||||
enterDelay: 0,
|
||||
transitions: {
|
||||
|
||||
@@ -7,6 +7,7 @@ export default class extends module {
|
||||
}
|
||||
|
||||
init() {
|
||||
|
||||
this.scroll = new LocomotiveScroll({
|
||||
el: this.el,
|
||||
smooth: true
|
||||
|
||||
0
assets/styles/critical.scss
Normal file
0
assets/styles/critical.scss
Normal file
Reference in New Issue
Block a user