With the introduction of the vendor/bower directory, we need to add "vendor/bower" to the watch ignore option.
Ref: testem/testem#301
Details:
I have tested this where I have lot of directories in the vendor/bower directory and if I run "lineman spec", then it fails with error watch: EMFILE. (see Ref)
It seems that testem + fireworm have addressed this issue and bumped the version up.
Solution:
- Add skipDirEntryPatterns:['node-modules', 'vendor/bower', '.*'] to fireworm config via this module
- Update testem+fireworm in lineman itself.
- Update the README to suggest the bower directory be created under the node_modules
Since this module creates 'vendor/bower', it would be nice that it would also handle the testem+firewom config directly.
With the introduction of the vendor/bower directory, we need to add "vendor/bower" to the watch ignore option.
Ref: testem/testem#301
Details:
I have tested this where I have lot of directories in the vendor/bower directory and if I run "lineman spec", then it fails with error watch: EMFILE. (see Ref)
It seems that testem + fireworm have addressed this issue and bumped the version up.
Solution:
Since this module creates 'vendor/bower', it would be nice that it would also handle the testem+firewom config directly.