Files
commonroutesApp/www/lib/ui-leaflet/grunt/bower.js
2017-01-27 17:49:04 +01:00

13 lines
244 B
JavaScript

'use strict';
module.exports = function (grunt, options) {
return {
install: {
// options: {
// targetDir: './bower_components',
// cleanup: true
// }
}
};
};