Lots of updates
This commit is contained in:
parent
e3cfff8310
commit
39e7af6238
454 changed files with 221168 additions and 36622 deletions
21
app/bower_components/angular-leaflet-directive/grunt/shell.json
vendored
Normal file
21
app/bower_components/angular-leaflet-directive/grunt/shell.json
vendored
Normal file
|
@ -0,0 +1,21 @@
|
|||
{
|
||||
"options": {
|
||||
"stdout": true
|
||||
},
|
||||
"selenium": {
|
||||
"command": "node node_modules/protractor/bin/webdriver-manager start",
|
||||
"options": {
|
||||
"stdout": false,
|
||||
"async": true
|
||||
}
|
||||
},
|
||||
"protractor_update": {
|
||||
"command": "node node_modules/protractor/bin/webdriver-manager update"
|
||||
},
|
||||
"npm_install": {
|
||||
"command": "npm install"
|
||||
},
|
||||
"examples": {
|
||||
"command": "node generate-examples.js"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue