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

Extra build mode flags: --skip-manifest, --inline, and --watch #676

Merged
merged 2 commits into from
Sep 26, 2023

Conversation

farism
Copy link
Contributor

@farism farism commented Sep 25, 2023

Adds three flags to mint build command:

--skip-manifest which will skip generating the web manifest file and reference in html.
--inline which will inline the JS and CSS into html, resulting in one single file for entire SPA.
--watch mode which will write files on changes.

@gdotdesign gdotdesign added enhancement New feature or request tooling Tooling related feature (formatter, documentation, production builder) labels Sep 25, 2023
@gdotdesign gdotdesign added this to the 0.20.0 milestone Sep 25, 2023
src/builder.cr Outdated Show resolved Hide resolved
src/builder.cr Outdated Show resolved Hide resolved
@farism
Copy link
Contributor Author

farism commented Sep 25, 2023

Thanks for the review, made requested changes.

@Sija Sija merged commit 00df3cc into mint-lang:master Sep 26, 2023
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request tooling Tooling related feature (formatter, documentation, production builder)
Development

Successfully merging this pull request may close these issues.

3 participants