The app is writen in ES6 and transpiles to ES5 and dart as part of the usual build. The app contains a component, a directive and a services wired together through dependency injection. Before Each: - gulp build For es5: - gulp serve - open 'localhost:8000/js/examples/lib/hello_world/' For dart: - gulp examples/pub.serve - open 'localhost:8080'
14 lines
227 B
YAML
14 lines
227 B
YAML
name: examples
|
|
environment:
|
|
sdk: '>=1.4.0'
|
|
dependencies:
|
|
facade:
|
|
path: ../facade
|
|
core:
|
|
path: ../core
|
|
browser: '>=0.10.0 <0.11.0'
|
|
dev_dependencies:
|
|
test_lib:
|
|
path: ../test_lib
|
|
guinness: ">=0.1.16 <0.2.0"
|