@@ -41,8 +41,8 @@ module.exports = function( grunt ) {
41
41
} ,
42
42
} ,
43
43
files :{
44
- 'index.js' : [
45
- 'lib /wrap-start.js' ,
44
+ 'lib/ index.js' : [
45
+ 'wrap /wrap-start.js' ,
46
46
'lib/version.js' ,
47
47
'node_modules/microformat-shiv/lib/living-standard.js' ,
48
48
'node_modules/microformat-shiv/lib/parser.js' ,
@@ -57,13 +57,13 @@ module.exports = function( grunt ) {
57
57
'node_modules/microformat-shiv/lib/text.js' ,
58
58
'node_modules/microformat-shiv/lib/html.js' ,
59
59
'node_modules/microformat-shiv/lib/maps/*.js' ,
60
- 'lib /wrap-end.js' ,
60
+ 'wrap /wrap-end.js' ,
61
61
]
62
62
}
63
63
}
64
64
} ,
65
65
jshint : {
66
- files : [ 'lib/**/*.js' , 'Gruntfile.js' , 'index.js' ] ,
66
+ files : [ 'lib/**/*.js' , 'wrap/**/*.js' , ' Gruntfile.js', 'lib/ index.js' ] ,
67
67
options : {
68
68
curly : true ,
69
69
eqeqeq : true ,
@@ -77,7 +77,7 @@ module.exports = function( grunt ) {
77
77
node : true ,
78
78
quotmark : 'single' ,
79
79
moz : true ,
80
- predef : [ 'Microformats' , 'define' , 'modules' , 'URI' ]
80
+ predef : [ 'Microformats' , 'define' , 'modules' , 'URI' , 'cheerio' ]
81
81
} ,
82
82
globals : { }
83
83
} ,
@@ -88,7 +88,7 @@ module.exports = function( grunt ) {
88
88
all : [ 'test/mocha-tests.html' ]
89
89
} ,
90
90
watch : {
91
- files : [ 'lib/**/*.js' , 'node_modules/microformat-shiv/lib/**/*.js' , 'Gruntfile.js' , 'package.json' ] ,
91
+ files : [ 'lib/domutils.js' , 'wrap/ **/*.js', 'node_modules/microformat-shiv/lib/**/*.js' , 'Gruntfile.js' , 'package.json' ] ,
92
92
tasks : [ 'buildfile' , 'concat:dist' ]
93
93
}
94
94
} ) ;
0 commit comments