Skip to content

Issue with arge number of files + nested file structure in vendor/bower #5

@un33k

Description

@un33k

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:

  1. Add skipDirEntryPatterns:['node-modules', 'vendor/bower', '.*'] to fireworm config via this module
  2. Update testem+fireworm in lineman itself.
  3. 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions