Skip to content

Commit

Permalink
Make ESlint happy
Browse files Browse the repository at this point in the history
  • Loading branch information
thebuilder committed May 12, 2016
1 parent 0398f44 commit c842c3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/build.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ webpack(config).compile(function (err, stats) {

const source = asset._value;
const dstPath = path.resolve(outputDir, `static/${filename}`);

// Ensure the asset directory exists
shelljs.mkdir('-p', path.parse(dstPath).dir);
fs.writeFileSync(dstPath, source);
Expand Down

0 comments on commit c842c3f

Please sign in to comment.