Skip to content

Commit

Permalink
add htmlhint.src.js
Browse files Browse the repository at this point in the history
update dependencies
  • Loading branch information
yaniswang committed Mar 7, 2015
1 parent e381c25 commit 44738b0
Show file tree
Hide file tree
Showing 31 changed files with 1,033 additions and 36 deletions.
6 changes: 6 additions & 0 deletions CHANGE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
HTMLHint change log
====================

## ver 0.9.7 (2015-3-7)

fix:

1. fix 'No such file' issue on mac

## ver 0.9.6 (2014-6-18)

add:
Expand Down
4 changes: 2 additions & 2 deletions Gruntfile.js
Original file line number Diff line number Diff line change
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.js'
dest: 'lib/htmlhint.src.js'
}
},
"mocha-hack": {
Expand All @@ -56,7 +56,7 @@ module.exports = function(grunt) {
uglify: {
htmlhint: {
options: {
banner: "/*!\r\n * HTMLHint v<%= pkg.version %>\r\n * https://github.com/yaniswang/HTMLHint\r\n *\r\n * (c) 2013 Yanis Wang <yanis.wang@gmail.com>.\r\n * MIT Licensed\r\n */\n",
banner: "/*!\r\n * HTMLHint v<%= pkg.version %>\r\n * https://github.com/yaniswang/HTMLHint\r\n *\r\n * (c) 2015 Yanis Wang <yanis.wang@gmail.com>.\r\n * MIT Licensed\r\n */\n",
beautify: {
ascii_only: true
}
Expand Down
2 changes: 1 addition & 1 deletion coverage.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions lib/htmlhint.js

Large diffs are not rendered by default.

Loading

0 comments on commit 44738b0

Please sign in to comment.