Skip to content
This repository has been archived by the owner on May 21, 2019. It is now read-only.

Commit

Permalink
Fix "watch" build script
Browse files Browse the repository at this point in the history
  • Loading branch information
brianchirls committed Jun 5, 2017
1 parent e5ae6e5 commit a7bc857
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gulp/tasks/watch.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ module.exports = function () {
const devConfig = assign({}, config.dev, {
entry: './src/js/index.js',
output: assign({}, config.dev.output, {
path: 'dist'
path: __dirname + '/../../dist'
})
});

Expand Down

0 comments on commit a7bc857

Please sign in to comment.