iamchrismiller / grunt-casper

Run CasperJS Scripts/Functional Tests
Other
69 stars 38 forks source link

Cannot use `files` in grunt v0.4.5 #72

Open Redsandro opened 8 years ago

Redsandro commented 8 years ago

The documented ['path/to/tests/*.js'] does not work.

File: [no files]

There have been breaking changes since Grunt 0.4. Perhaps update this module or update the documentation and example scripts.

Workaround

files: {src: 'path/to/tests/'}