grunt-preprocess icon indicating copy to clipboard operation
grunt-preprocess copied to clipboard

Source pattern with no extension will not traverse all files

Open senica opened this issue 10 years ago • 0 comments

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.

senica avatar Nov 07 '14 17:11 senica