mirror of
https://github.com/arnaucube/commonroutesApp.git
synced 2026-02-08 12:06:50 +01:00
geolocation added on offerCar and travel page
This commit is contained in:
9
www/lib/ui-leaflet/grunt/clean.js
Normal file
9
www/lib/ui-leaflet/grunt/clean.js
Normal file
@@ -0,0 +1,9 @@
|
||||
'use strict';
|
||||
var pkg = require('./pkg');
|
||||
|
||||
module.exports = function (grunt, options) {
|
||||
return {
|
||||
dist: ["dist/"],
|
||||
pre: ['dist/*.pre.js']
|
||||
};
|
||||
};
|
||||
Reference in New Issue
Block a user