Skip to content

Add Pattern Matching to eccollect command #8

@matthewwithanm

Description

@matthewwithanm

It would be nice if the command accepted a list of file patterns to collect. For example:

./manage.py eccollect *.js
./manage.py eccollect path/to/my/file.js

We should also consider a syntax for specifying apps

./manage.py eccollect myapp:*.js
./manage.py eccollect myapp:*

Although that may not be possible/desirable given the fact that the AppDirectoriesFinder abstracts the app location away.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions