Skip to content

Commit

Permalink
fix(copy): emit copy www in appDir
Browse files Browse the repository at this point in the history
  • Loading branch information
manucorporat committed Jul 16, 2019
1 parent 30aa0c7 commit d61e6a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/compiler/config/validate-outputs-www.ts
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ function validateOutputTarget(config: d.Config, diagnostics: d.Diagnostic[], out
// Copy for www
config.outputTargets.push({
type: COPY,
dir: outputTarget.dir,
dir: outputTarget.appDir,
copy: validateCopy(outputTarget.copy, [
...(config.copy || []),
...DEFAULT_WWW_COPY,
Expand Down

0 comments on commit d61e6a8

Please sign in to comment.