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