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

npm run *-watch doesn't create build/ folder on first run #77

Closed
fabiodrg opened this issue Oct 15, 2020 · 0 comments · Fixed by #88
Closed

npm run *-watch doesn't create build/ folder on first run #77

fabiodrg opened this issue Oct 15, 2020 · 0 comments · Fixed by #88
Assignees
Labels
enhancement New feature or request

Comments

@fabiodrg
Copy link
Collaborator

fabiodrg commented Oct 15, 2020

Just a small inconvenience, but when starting development from scratch running e.g. npm run firefox-watch doesn't create the build/ folder automatically. I had to change a file to trigger the build process. Perhaps, we could force an initial build when any of the watch commands are executed.
I am thinking this is also useful on colaborative Git flows:

  • I have no watcher running, but have a build/ folder with my current WIP
  • I checkout to another branch for review purposes or whatever
  • I run the watch command and sideload the content from build/ on my browser
  • Problem: I am loading my work version instead of the branch currently checked out
@fabiodrg fabiodrg added the enhancement New feature or request label Oct 15, 2020
@fabiodrg fabiodrg self-assigned this Mar 2, 2021
@fabiodrg fabiodrg linked a pull request Mar 2, 2021 that will close this issue
@fabiodrg fabiodrg added this to Done in v4.2 Mar 28, 2022
@fabiodrg fabiodrg removed this from Done in v4.2 Mar 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants