Skip to content

Commit

Permalink
fix(assets): put assets in output dir
Browse files Browse the repository at this point in the history
  • Loading branch information
shokmaster authored and mportuga committed Feb 7, 2019
1 parent e1f782e commit e9c9429
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/template-generator.js
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,9 @@ module.exports.generateTemplate = function generateTemplate(results, isMultiOn)
totalWarnings = 0;

if (isMultiOn && isOutputDirKnown()) {
buildScriptsAndStyleFiles(currWorkingDir);
const outputPath = getOutputPath(currWorkingDir);

buildScriptsAndStyleFiles(outputPath());
}

// Iterate over results to get totals
Expand Down

0 comments on commit e9c9429

Please sign in to comment.