-
-
Notifications
You must be signed in to change notification settings - Fork 261
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
Cdn links #1695
Changes from 23 commits
Commits
Show all changes
39 commits
Select commit
Hold shift + click to select a range
13611dd
Small jsDelivr related changes
jimaek 88344d6
Merge branch 'develop' into develop
jimaek ded63fc
add noopener and redirect jobs
jimaek 87d845d
lint
jimaek 38c657f
better jobs redirects
jimaek ccee33c
Find versions and make paths
anta99 db4dfab
Add prettier,rename var
anta99 a3dcce3
Delete undefined paths
anta99 6a7122f
Make full paths
anta99 a01d980
Make path functions
anta99 7385162
Made paths object
anta99 d460b18
Made yml file
anta99 b85146f
Make sri functions
anta99 0bacd2e
Merge commit
anta99 e189bb9
Merge branch 'cdn' of https://github.com/jimaek/bootstrapcdn into cdn
anta99 a1552ff
Made files.yml
anta99 9b13539
Merge branch 'cdn' of https://github.com/jimaek/bootstrapcdn into cdn
anta99 b769b3b
Merge branch 'cdn' of https://github.com/jimaek/bootstrapcdn into cdn
disko998 5f732f6
fix fontawsome
disko998 2fe4ee6
change yml destination
disko998 bf9ea9c
fix bootswatch them order
disko998 9926f01
hardcode current
disko998 1c87b1b
Merge branch 'develop' into cdn
jimaek d8437d3
fix file writing bug, console log for scirpts
disko998 6054573
remove cdn dir
disko998 bdc3886
removed deps
jimaek 2690ad5
dns prefetch update
jimaek b378b50
jsdelivr jquery
jimaek f510224
Fix type errors
anta99 529b436
fix test
disko998 a14e8c7
FInd latest version
anta99 0af4d65
font-awesome free
anta99 8f3696b
optimize scripts
disko998 bf52abf
Fix eslint errors
anta99 623fec2
timeout for sri
disko998 5de23c7
fix lint
disko998 be51f3b
post install generate files
disko998 9e66d78
remove files.yml
disko998 841d114
check functional tests
disko998 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
module.exports = { | ||
bracketSpacing: true, | ||
jsxBracketSameLine: true, | ||
singleQuote: true, | ||
trailingComma: 'all', | ||
semi: false, | ||
}; |
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why would you use prettier... prettier is just for formatting. And xo already supports it out of the box.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is not a big deal man you can remove, because we are 2 contributors so I just wanted to make sure we get the same code formatting but I didn't know about xo.