Skip to content

Commit

Permalink
Tidy up
Browse files Browse the repository at this point in the history
  • Loading branch information
OliverJAsh committed Sep 27, 2015
1 parent 555ea52 commit 224593d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gulpfile.babel.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ let builderCache = {};
const removeFromTrace = (moduleId) => delete builderCache.trace[moduleId];

const moduleExpression = 'main';
const outputDir = `${__dirname}/public`
const outputDir = `${__dirname}/public`;
const writeFileName = `${outputDir}/js/main-bundle.js`;

// Incremental builds
Expand Down

0 comments on commit 224593d

Please sign in to comment.