We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
in https://gist.github.com/lylepratt/d8bf84b3b7d6932e3549...
the example config writes:
dest: 'manifest.json'
but I believe it must read:
dest: ['manifest.json']
else the task will throw the error:
Object manifest.json has no method 'forEach' Use --force to continue.
The text was updated successfully, but these errors were encountered:
Could you create a pull-request for the Gruntfile? (i.e. simple add fixed example gruntfile somewhere)
Sorry, something went wrong.
You mean a pull-request for the README to a new gist?
Yes, that would be great!
Made By Mark \* interactive apps
bereikbaar ma - vr van 10:00 tot 17:00
www.madebymark.nl
2015-04-12 15:15 GMT+02:00 Ariel Jakobovits [email protected]:
You mean a pull-request for the README to a new gist? — Reply to this email directly or view it on GitHub #32 (comment) .
— Reply to this email directly or view it on GitHub #32 (comment) .
No branches or pull requests
in https://gist.github.com/lylepratt/d8bf84b3b7d6932e3549...
the example config writes:
but I believe it must read:
else the task will throw the error:
The text was updated successfully, but these errors were encountered: