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

Fixing a bug with gulp watch rebuilding #1276

Merged
merged 1 commit into from
Jun 7, 2017
Merged

Conversation

dbemiller
Copy link
Contributor

Type of change

  • Bugfix

Description of change

I noticed that the /dev/ build was getting wiped out when running gulp serve and making source code changes. I'm pretty sure this got introduced by adding clean as a dependency of webpack (but not devpack) when stabilitizing the CI for #1111. clean would execute concurrently with devpack, rather than before it.

I also found it super annoying that tests got re-run when updating the integrationExamples. The karma.conf file excludes integrationExamples anyway, so... I'm not sure why it was being run. So I deleted it.

@protonate protonate merged commit 53abddd into master Jun 7, 2017
@matthewlane matthewlane deleted the bugfix/file-watching branch June 9, 2017 22:21
jbAdyoulike pushed a commit to jbAdyoulike/Prebid.js that referenced this pull request Sep 21, 2017
dluxemburg pushed a commit to Genius/Prebid.js that referenced this pull request Jul 17, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants