Projet

Général

Profil

Paste
Télécharger (150 octets) Statistiques
| Branche: | Révision:

root / drupal7 / sites / all / themes / bootstrap / grunt / config / watch.js @ 7547bb19

1
module.exports = function (grunt, options) {
2
  return {
3
    less: {
4
      files: ['starterkits/less/**/*.less'],
5
      tasks: ['compile']
6
    }
7
  }
8
}