RobLoach / docpad-plugin-grunt

:boar: Run Grunt.js tasks when building with DocPad
http://gruntjs.com
Other
13 stars 5 forks source link

WarnOnError Option #14

Closed jtwebman closed 9 years ago

jtwebman commented 9 years ago

I added an option to the grunt plugin to warn on Grunt run error instead of an error. I use it on my project now for running grunt-jslint. Let me know if I missed anything.

RobLoach commented 9 years ago

@jtwebman Thanks a lot for this! Definitely was needed. Anything missing from a release?

Gave you commit access, feel free to fix as needed. :+1:

jtwebman commented 9 years ago

Actually now that I think about it let me make a few tests to test out the option. I should have done that last night but spaced on it.

jtwebman commented 9 years ago

@RobLoach Wow so it looks like the tests are not testing anything as they pass even with issues. Might be a Docpad issue, I am looking into it more but the RendererTester isn't testing anything for this module.