This repository was archived by the owner on Apr 8, 2020. It is now read-only.
- Notifications
You must be signed in to change notification settings - Fork 517
Add AureliaSpa template #398
Closed
Closed
Changes from 1 commit
Commits
Show all changes
12 commits Select commit Hold shift + click to select a range
600aa17 updates for aurelia
acu-kkatsma f24fce8 clean up
acu-kkatsma 28c778e Add typings for node
kmkatsma 1563578 removed local gitignroe
kmkatsma 12120ef Added in missing _placeholder.txt
kmkatsma b363ed7 Changes to C# Namespace for uniformity to other templates
kmkatsma fe5059c Cleanup - 2.0 typings format, script tags to layout.cshtml
kmkatsma 790b719 First round of code review cleanup
kmkatsma e8b2ba8 Booting aurelia into a div in Index.cshtml
kmkatsma 5747fb8 HMR workaround applied (seems best "dev experience" for now)
kmkatsma 48a8162 Removed commented line, reverted HMR hack
kmkatsma 68bf670 fixed issues with publish
kmkatsma 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
Cleanup - 2.0 typings format, script tags to layout.cshtml
- Loading branch information
commit fe5059cddf60468e431ce62520783f502f7e56e3
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
749 changes: 0 additions & 749 deletions 749 templates/AureliaSpa/typings/modules/bluebird/index.d.ts
This file was deleted.
Oops, something went wrong.
11 changes: 0 additions & 11 deletions 11 templates/AureliaSpa/typings/modules/bluebird/typings.json
This file was deleted.
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.
Any reason why the client should be doing 3 separate HTTP requests for these JS files? Couldn't the
bootstrapandmodulesbundles be a single bundle? (Ideally, all the vendor dependencies would be in a single file)