UNPKG

yoastseo-dep

Version:

Yoast clientside page analysis

16 lines (15 loc) 321 B
// See https://github.com/gruntjs/grunt-contrib-watch module.exports = { compile: { files: "<%= files.js %>", tasks: [ "build:js" ], }, checks: { files: [ "<%= files.js %>", "<%= files.jsDontLint %>" ], tasks: [ "eslint" ], }, templates: { files: "<%= files.templates %>", tasks: [ "build:jst" ], }, };