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

Run initial build when started with --watch option #93

Open
Akkora opened this issue May 13, 2020 · 0 comments
Open

Run initial build when started with --watch option #93

Akkora opened this issue May 13, 2020 · 0 comments

Comments

@Akkora
Copy link
Contributor

Akkora commented May 13, 2020

Currently we need to run the scss bundle in our developmemt process twice. Once for the initial build and then with --watch option to have live updates on file changes. This makes our build process slower, because we build the file, wait for it (with wait-on) and then start it again with --watch option.

Possible Solution
Run an initial build, when started with --watch option. Maybe it makes sense to have a --skip-initial-build option or something like that, to keep it like it is. Maybe even enable it with a --initial-build option to explicitly enable it.

@Akkora Akkora changed the title Run initial build with --watch option Run initial build when started with --watch option May 13, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant