dojo / webpack-contrib

Plugins and loaders for webpack used with Dojo
Other
4 stars 19 forks source link

Clean up previously written html files before running BTR on watch #237

Closed agubler closed 4 years ago

agubler commented 4 years ago

Type: bug

The following has been addressed in the PR:

Description:

Remove previously generated html pages by BTR so that the on re-builds the a fresh page loads and doesn't use the html from the previous build.

codecov[bot] commented 4 years ago

Codecov Report

Merging #237 into master will increase coverage by 0.05%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #237      +/-   ##
==========================================
+ Coverage   83.91%   83.96%   +0.05%     
==========================================
  Files          46       46              
  Lines        2089     2096       +7     
  Branches      564      564              
==========================================
+ Hits         1753     1760       +7     
  Misses        336      336
Impacted Files Coverage Δ
src/build-time-render/BuildTimeRender.ts 95.37% <100%> (+0.09%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 4887021...17398b1. Read the comment docs.

agubler commented 4 years ago

Resolves #239