Awesome
Grunt task for XQLint
Example
grunt.initConfig({
xqlint: {
options: {
src: ['/path/to/queries/**/*.xq']
},
dist: {}
}
});
Grunt task for XQLint
grunt.initConfig({
xqlint: {
options: {
src: ['/path/to/queries/**/*.xq']
},
dist: {}
}
});