Lots of updates
This commit is contained in:
parent
e3cfff8310
commit
39e7af6238
454 changed files with 221168 additions and 36622 deletions
54
app/bower_components/angular-leaflet-directive/grunt/aliases.yaml
vendored
Normal file
54
app/bower_components/angular-leaflet-directive/grunt/aliases.yaml
vendored
Normal file
|
@ -0,0 +1,54 @@
|
|||
test:
|
||||
- 'jshint'
|
||||
- 'test-unit'
|
||||
- 'test-e2e'
|
||||
|
||||
test-unit:
|
||||
- 'karma:unit'
|
||||
|
||||
test-e2e:
|
||||
- 'shell:protractor_update'
|
||||
- 'connect:testserver'
|
||||
- 'protractor:run'
|
||||
|
||||
test-e2e-firefox:
|
||||
- 'shell:protractor_update'
|
||||
- 'connect:testserver'
|
||||
- 'protractor:firefox'
|
||||
|
||||
coverage:
|
||||
- 'karma:unit_coverage'
|
||||
- 'open:coverage'
|
||||
- 'connect:coverage'
|
||||
|
||||
install:
|
||||
- 'shell:npm_install'
|
||||
- 'bower:install'
|
||||
- 'shell:protractor_update'
|
||||
|
||||
default:
|
||||
- 'build'
|
||||
|
||||
fast-build:
|
||||
- 'clean:dist'
|
||||
- 'jshint'
|
||||
- 'jscs'
|
||||
- 'concat:dist'
|
||||
- 'ngAnnotate'
|
||||
- 'uglify'
|
||||
- 'concat:license'
|
||||
- 'concat:license-minified'
|
||||
|
||||
build:
|
||||
- 'fast-build'
|
||||
- 'test-unit'
|
||||
- 'clean:pre'
|
||||
|
||||
travis:
|
||||
- 'fast-build'
|
||||
- 'bower:install'
|
||||
- 'test-unit'
|
||||
|
||||
examples:
|
||||
- 'shell:examples'
|
||||
- 'concat:examples'
|
Loading…
Add table
Add a link
Reference in a new issue