Grunt task for XQLint
grunt.initConfig({
xqlint: {
options: {
src: ['/path/to/queries/**/*.xq']
},
dist: {}
}
});| Name | Name | Last commit date | ||
|---|---|---|---|---|
Grunt task for XQLint
grunt.initConfig({
xqlint: {
options: {
src: ['/path/to/queries/**/*.xq']
},
dist: {}
}
});