Skip to content

Commit

Permalink
Merge pull request #208 from webark/master
Browse files Browse the repository at this point in the history
Fixing an oddity in the glob syntax for including files.
  • Loading branch information
webark authored Jan 26, 2017
2 parents 277b65e + fd0d770 commit 855ec5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ module.exports = {
return new Funnel(this.projectRoot, {
srcDir: this._podDirectory(),
exclude: ['styles/**/*'],
include: ['**/*.{' + this.allowedStyleExtensions + '}'],
include: ['**/*.{' + this.allowedStyleExtensions + ',}'],
allowEmpty: true,
annotation: 'Funnel (ember-component-css grab files)'
});
Expand Down

0 comments on commit 855ec5b

Please # to comment.