Projet

Général

Profil

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

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

1
module.exports = function (grunt, options, arg1, arg2) {
2
  return {
3
    css: ['css/**/*.css'],
4
    dev: ['css/<%= latestVersion %>/overrides.css']
5
  };
6
};