Skip to content

Fixing a bug with gulp watch rebuilding#1276

Merged
protonate merged 1 commit intomasterfrom
bugfix/file-watching
Jun 7, 2017
Merged

Fixing a bug with gulp watch rebuilding#1276
protonate merged 1 commit intomasterfrom
bugfix/file-watching

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
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

Comments