Skip to content

Commit

Permalink
1. head-script-disabled: not match template script
Browse files Browse the repository at this point in the history
2. change 2013 to 2015
  • Loading branch information
yaniswang committed Mar 8, 2015
1 parent 44738b0 commit 449f039
Show file tree
Hide file tree
Showing 51 changed files with 112 additions and 1,068 deletions.
3 changes: 2 additions & 1 deletion CHANGE.md
@@ -1,11 +1,12 @@
HTMLHint change log
====================

## ver 0.9.7 (2015-3-7)
## ver 0.9.7 (2015-3-8)

fix:

1. fix 'No such file' issue on mac
2. head-script-disabled: not match template script

## ver 0.9.6 (2014-6-18)

Expand Down
2 changes: 1 addition & 1 deletion Gruntfile.js
Expand Up @@ -29,7 +29,7 @@ module.exports = function(grunt) {
concat: {
htmlhint: {
src: ['src/core.js', 'src/reporter.js', 'src/htmlparser.js', 'src/rules/*.js'],
dest: 'lib/htmlhint.src.js'
dest: 'lib/htmlhint.js'
}
},
"mocha-hack": {
Expand Down
18 changes: 16 additions & 2 deletions coverage.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/htmlhint.js

Large diffs are not rendered by default.

0 comments on commit 449f039

Please sign in to comment.