Version 1
[yaffs-website] / web / themes / contrib / bootstrap / grunt / config / watch.js
1 module.exports = function (grunt, options) {
2   return {
3     less: {
4       files: ['starterkits/less/**/*.less'],
5       tasks: ['compile']
6     }
7   }
8 }