-
Notifications
You must be signed in to change notification settings - Fork 28
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
feat: create official Netlify Remix template #83
Merged
Merged
Changes from 1 commit
Commits
Show all changes
43 commits
Select commit
Hold shift + click to select a range
9acd178
chore: updated eslint configuration for template
nickytonline 4c12998
chore: updated gitignore
nickytonline daaf46d
chore: updated template
nickytonline dc06b86
Merge remote-tracking branch 'origin/main' into nickytonline/update-t…
nickytonline a29a2b2
chore: fixed node package change for new template references
nickytonline 0ff5692
chore: first batch of updates to template
nickytonline b0109a0
chore: added an example of cache headers
nickytonline 48e08e6
chore: some markup cleanup
nickytonline d560631
chore: removed package lock
nickytonline 7bda544
chore: put back globals.d.ts
nickytonline 73c22a4
Revert "chore: first batch of updates to template"
nickytonline 2ffae3a
chore: removed headers from edge version of netlify.toml
nickytonline 69e8617
chore: put back node eslint config
nickytonline 1a8d04d
chore: updated tsconfig.json
nickytonline 4928004
chore: folders can now be excluded from template generation
nickytonline 480051b
chore: added force to removing the excluded folders
nickytonline 2c603f3
chore: netlify configurations and READMEs get set by remix.init now
nickytonline 330b1a5
chore: added README for the project, not the templates
nickytonline 52fd58b
chore: added a CoC and contributing guidelines
nickytonline db09d8e
chore: shortened cache control time example headers for Remix running…
nickytonline 3b4f673
Merge branch 'main' into nickytonline/update-template
nickytonline e0ca52a
chore: removed references to Netlify Graph
nickytonline 5b5eda5
chore: removed unnecessary disabling of lint rule
nickytonline 547422f
Update remix.init/index.js
nickytonline 4f2270b
Update README.md
nickytonline f1526f3
Update remix.init/README.md
nickytonline 5b133cf
Update README.md
nickytonline 09af36a
Update remix.init/README-edge.md
nickytonline e9576e9
chore: README updates
nickytonline fd3139b
chore: edge template now uses renderReadableStream
nickytonline d86cc3b
chore: small cleanup
nickytonline 6603201
Update remix.init/README-edge.md
nickytonline ba24c63
chore: remix.init ignores toml files so changed filename
nickytonline 41a1243
chore: fixed file copy issues when project language is JS
nickytonline cbe3f15
chore: excluded the .gitfolder from template generation
nickytonline 2de5663
chore: removed debugger statement
nickytonline 0d8a01c
chore: fixed issue with isbot require
nickytonline e7122a1
chore: added a step to mention running npm install in case remix.init…
nickytonline 3c57b0c
chore: added /_assets/* to exclude_patterns and documented excluding …
nickytonline 973d282
chore: added missing await
nickytonline faa0b8b
chore: added final step to install additional packages for edge setup
nickytonline 887128c
Update remix.init/README-edge.md
nickytonline be32ac6
chore: added an explainer on how to use the template
nickytonline 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
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
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.
This is a new section I added @stephmarie17. Could the wording be improved?
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.
Left a suggestion below!