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:
30
www/lib/ui-leaflet/grunt/concurrent.js
Normal file
30
www/lib/ui-leaflet/grunt/concurrent.js
Normal file
@@ -0,0 +1,30 @@
|
||||
'use strict';
|
||||
|
||||
module.exports = function (grunt, options) {
|
||||
return {
|
||||
watchServe: {
|
||||
tasks: ['watch:fast', 'connect:webserver'],
|
||||
options: {
|
||||
logConcurrentOutput: true
|
||||
}
|
||||
},
|
||||
unit: {
|
||||
tasks: ['karma', 'watch:unit'],
|
||||
options: {
|
||||
logConcurrentOutput: true
|
||||
}
|
||||
},
|
||||
dev: {
|
||||
tasks: ['karma', 'watch:unit', 'watch:source'],
|
||||
options: {
|
||||
logConcurrentOutput: true
|
||||
}
|
||||
},
|
||||
website: {
|
||||
tasks: ['concat:website', 'watch:website', 'connect:webserver'],
|
||||
options: {
|
||||
logConcurrentOutput: true
|
||||
}
|
||||
}
|
||||
};
|
||||
};
|
||||
Reference in New Issue
Block a user