You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: readme.md
+17
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,23 @@
2
2
3
3
> Generate RequireJS Optimizer configuration for Magento 2 website based on real-world usage.
4
4
5
+
## Live Demo
6
+
7
+
**Note**: The following is just a **static** representation of a Magento 2 homepage. It's there just to illustrate
8
+
the performance benefits that are possible when using the RequireJS Optimizer
9
+
10
+
https://laughing-darwin-eb1b63.netlify.com/
11
+
12
+
You can also look at the following 10 commits to see exactly how I reached a score 83 on Lighthouse https://github.com/shakyShane/m2-static/commits/master
13
+
14
+
## Web-based UI
15
+
16
+
This is just here to help you understand the process of taking inputs and producing the build.json
17
+
18
+
https://config-gen-web.netlify.com/
19
+
20
+
---
21
+
5
22
## Step 1 - Download the binary
6
23
7
24
To enable easy usage, `config-gen` is packaged as a single binary (currently only osx) - just check
0 commit comments