-
Notifications
You must be signed in to change notification settings - Fork 265
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Major refactor of code layout and structure.
This should allow for a much easier process of adding new pipelines and assets to the mix. Functionality has been preserved. A few small bug fixes have been factored in. Add a Trunk, Yew, YBC (Bulma) example. This includes a minimal Trunk.toml. Add snapshot tests over the yew example app. Added a pull request template, just to help folks remember to knock out a few of the small tasks associated with getting PRs to land. Broke apart the config.rs module into a directory of a few separate modules under src/config. The file was getting fairly large and had three distinct families of types. Simplified the handling of errors in main. This handles returning proper status codes and also prints out the chain of errors associated with the error being logged. The processing of Trunk.toml files has been updated to ensure that all paths declared in the file will be treated as relative to the config file itself (if the paths are indeed relative). closes #58
- Loading branch information
Showing
41 changed files
with
2,670 additions
and
1,022 deletions.
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,8 @@ | ||
<!-- | ||
Thank you for taking the time to open a pull request! | ||
Please review the checklist below and perform each of | ||
the applicable tasks. Cheers! | ||
--> | ||
**Checklist** | ||
- [ ] Updated CHANGELOG.md describing pertinent changes. | ||
- [ ] Updated README.md with pertinent info (may not always apply). |
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
Oops, something went wrong.