Skip to content

Source pattern with no extension will not traverse all files #37

Description

@senica
preprocess:
    build:
        options:
            inline: true
            context:
                ENV: 'dev'
        src: ['build/**/*']

Will give a file not found error

However, if I do src: ['build/**/*.js'] then it's all good.

Not sure if this is a bug or if it just needs to specified in the documentation.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions