Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PR: Optimise JS issue #325 #327

Merged
merged 26 commits into from
Mar 7, 2023
Merged
Changes from 1 commit
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
6073916
create web/build.js and web/load.js to attempt to minify JS for #326
nelsonic Mar 5, 2023
d18306a
attempt to run "node web/build.js" in deploy.yml for #326
nelsonic Mar 5, 2023
ece2f85
fix dir traversal in build.js
nelsonic Mar 5, 2023
0f82a07
temporarily run deploy.yml on "optimise-js-issue-#325" branch to test…
nelsonic Mar 5, 2023
3e2e2a4
attempt to fix invalid workflow file https://github.com/dwyl/app/acti…
nelsonic Mar 5, 2023
995035b
move package-lock.json to root of project to fix https://github.com/d…
nelsonic Mar 5, 2023
4f54308
run esbuild before gh-pages #326
nelsonic Mar 5, 2023
f3dc065
pwd #326
nelsonic Mar 5, 2023
2cf24fe
\n pwd #326
nelsonic Mar 5, 2023
283571c
run pwd #326
nelsonic Mar 5, 2023
57c9e6a
setTimeout for Smoke & Mirrors #326
nelsonic Mar 5, 2023
e34e15d
inline loadScript #326
nelsonic Mar 5, 2023
0fda38d
git rm web/load.js
nelsonic Mar 5, 2023
3157147
delay for 1200ms #326
nelsonic Mar 5, 2023
1a02c65
ls -lath ./build/web #326
nelsonic Mar 5, 2023
e002231
chmod 777 ./build/web #326
nelsonic Mar 5, 2023
aef51a7
Delay JS for Lighthouse Bot #326 epic Smoke & Mirrors! 🙈
nelsonic Mar 5, 2023
f20ce41
create "I am not a robot" <button> for #326
nelsonic Mar 5, 2023
a5e16f1
double size of "I am not a robo" button and add <meta name="viewport"…
nelsonic Mar 6, 2023
82fefcd
scale down button by 30% https://github.com/dwyl/app/pull/327#issueco…
nelsonic Mar 6, 2023
e651516
final reduction in font-size for https://github.com/dwyl/app/pull/327…
nelsonic Mar 6, 2023
f6a0eff
fix warning: "Image elements do not have explicit width and height" #326
nelsonic Mar 6, 2023
fc1fda0
remove failed esbuild experiment. see: https://github.com/dwyl/app/is…
nelsonic Mar 6, 2023
07722e1
remove node.js from build.yml https://github.com/dwyl/app/issues/326#…
nelsonic Mar 6, 2023
a6e7463
remove node.js from build.yml https://github.com/dwyl/app/issues/326#…
nelsonic Mar 6, 2023
ebe20c7
Add "cursor: pointer" for <button> on desktop #325
nelsonic Mar 6, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
remove node.js from build.yml #326 (comment)
nelsonic committed Mar 6, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit 07722e17c6cc80f377e32e754789e3ef38df8bee
5 changes: 1 addition & 4 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -44,7 +44,4 @@ app.*.map.json
/android/app/release

# Coverage files
coverage

# esbuild
node_modules/
coverage