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

Support chaining in StaticFiles. #115

Merged
merged 1 commit into from Aug 26, 2022
Merged

Support chaining in StaticFiles. #115

merged 1 commit into from Aug 26, 2022

Conversation

kaj
Copy link
Owner

@kaj kaj commented Aug 26, 2022

Make most methods of StaticFiles return Result<&mut Self>, to support method chaining, making typical build scripts nicer.

@kaj kaj force-pushed the chain-static branch 2 times, most recently from 3c86572 to a9f8fe0 Compare August 26, 2022 18:36
Make most methods of `StaticFiles` return `Result<&mut Self>`, to
support method chaining, making typical build scripts nicer.
@kaj kaj merged commit 05c481e into master Aug 26, 2022
@kaj kaj deleted the chain-static branch August 26, 2022 20:40
kaj added a commit that referenced this pull request Sep 18, 2022
* Breaking change: Most methods of `StaticFiles` now supports method
  chaining, by returning `Result<&mut Self>`, making typical build scripts
  nicer (PR #115).
* Update (optional) rsass to 0.26 (PR #116).
* Some doc improvements.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant