Skip to content

Commit

Permalink
Prevent setting up watchers for ember-cli-moment-shim public path
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonmit committed Jun 27, 2017
1 parent fe40b72 commit 5708147
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Expand Up @@ -166,7 +166,7 @@ module.exports = {
trees.push(vendorTree);
}

let tree = funnel(path.join(__dirname, './public'), {
let tree = funnel(new UnwatchedDir(path.join(__dirname, './public')), {
files: [this.fastbootTarget]
});

Expand Down

0 comments on commit 5708147

Please sign in to comment.