You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Akkora
changed the title
Run initial build with --watch option
Run initial build when started with --watch option
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.The text was updated successfully, but these errors were encountered: