cedaro / grunt-wp-i18n

Internationalize WordPress themes and plugins with Grunt.
MIT License
160 stars 25 forks source link

Exclude bower_components directory by default :) #42

Closed shivapoudel closed 9 years ago

shivapoudel commented 9 years ago

If the people are using bower too they they may forgot to exclude bower_components so it's better to add this by default.

bradyvercher commented 9 years ago

Hey @shivapoudel, I appreciate the PR, but I'm reluctant to add any more directories to the default list. In this particular case, if someone wanted to include strings from a package pulled in by Bower, this would make it difficult to do so.