You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Pushed a patch to fireworm that also ignores the bower_components directory. This is the default directory created by bower if .bowerrc is not setting a different directory.
@un33k, I am also curious about this choice. I opted for the default directory of /bower_components in my installation. Of course, you will have to commit your .bowerrc file if you don't want that to mess up during initial installation.
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.
The text was updated successfully, but these errors were encountered: