You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This module provides a grunt multi-task for converts the JSON report generated by the [grunt-html] task to the HTML format.
7
+
This module provides a grunt multi-task for converts the JSON report generated by the [grunt-html] task to the HTML format. It uses [grunt-html-html-reporter] to format the validation results.
8
8
9
9
## Installation
10
10
@@ -162,6 +162,8 @@ your code using Grunt.
162
162
163
163
## Release History
164
164
165
+
* 2017-11-25 v0.0.3 Fix appending the HTML extension to the target report file
166
+
* 2017-11-25 v0.0.2 Upgrade the reporter dependency to support Node.js < 7
165
167
* 2017-11-25 v0.0.1 Initial release
166
168
167
169
## License
@@ -177,3 +179,4 @@ Licensed under the MIT license.
0 commit comments