Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
senica opened this issue Nov 7, 2014 · 0 comments
Open

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

senica opened this issue Nov 7, 2014 · 0 comments

Comments

@senica
Copy link

senica commented Nov 7, 2014

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant