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

Cdn links #1695

Merged
merged 39 commits into from
Apr 15, 2021
Merged
Show file tree
Hide file tree
Changes from 33 commits
Commits
Show all changes
39 commits
Select commit Hold shift + click to select a range
13611dd
Small jsDelivr related changes
jimaek Mar 7, 2021
88344d6
Merge branch 'develop' into develop
jimaek Mar 8, 2021
ded63fc
add noopener and redirect jobs
jimaek Mar 8, 2021
87d845d
lint
jimaek Mar 8, 2021
38c657f
better jobs redirects
jimaek Mar 8, 2021
ccee33c
Find versions and make paths
anta99 Mar 10, 2021
db4dfab
Add prettier,rename var
anta99 Mar 10, 2021
a3dcce3
Delete undefined paths
anta99 Mar 10, 2021
6a7122f
Make full paths
anta99 Mar 11, 2021
a01d980
Make path functions
anta99 Mar 12, 2021
7385162
Made paths object
anta99 Mar 16, 2021
d460b18
Made yml file
anta99 Mar 16, 2021
b85146f
Make sri functions
anta99 Mar 17, 2021
0bacd2e
Merge commit
anta99 Mar 18, 2021
e189bb9
Merge branch 'cdn' of https://github.com/jimaek/bootstrapcdn into cdn
anta99 Mar 18, 2021
a1552ff
Made files.yml
anta99 Mar 22, 2021
9b13539
Merge branch 'cdn' of https://github.com/jimaek/bootstrapcdn into cdn
anta99 Mar 22, 2021
b769b3b
Merge branch 'cdn' of https://github.com/jimaek/bootstrapcdn into cdn
disko998 Mar 22, 2021
5f732f6
fix fontawsome
disko998 Mar 22, 2021
2fe4ee6
change yml destination
disko998 Mar 22, 2021
bf9ea9c
fix bootswatch them order
disko998 Mar 22, 2021
9926f01
hardcode current
disko998 Mar 22, 2021
1c87b1b
Merge branch 'develop' into cdn
jimaek Mar 22, 2021
d8437d3
fix file writing bug, console log for scirpts
disko998 Mar 23, 2021
6054573
remove cdn dir
disko998 Mar 23, 2021
bdc3886
removed deps
jimaek Mar 24, 2021
2690ad5
dns prefetch update
jimaek Mar 24, 2021
b378b50
jsdelivr jquery
jimaek Mar 24, 2021
f510224
Fix type errors
anta99 Mar 24, 2021
529b436
fix test
disko998 Mar 24, 2021
a14e8c7
FInd latest version
anta99 Mar 31, 2021
0af4d65
font-awesome free
anta99 Mar 31, 2021
8f3696b
optimize scripts
disko998 Mar 31, 2021
bf52abf
Fix eslint errors
anta99 Apr 3, 2021
623fec2
timeout for sri
disko998 Apr 4, 2021
5de23c7
fix lint
disko998 Apr 5, 2021
be51f3b
post install generate files
disko998 Apr 6, 2021
9e66d78
remove files.yml
disko998 Apr 12, 2021
841d114
check functional tests
disko998 Apr 15, 2021
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
15 changes: 15 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"type": "pwa-node",
"request": "launch",
"name": "Launch Program",
"skipFiles": ["<node_internals>/**"],
"program": "${workspaceFolder}/scripts/generateFiles.js"
}
]
}
Loading