Just built project, both gulp serve.js.dev and gulp serve/examples.dart launch servers, localhost:8000/examples/src/hello_world/ works fine but localhost:8080/hello_world returns
404 Not Found
Could not find asset web/hello_world in package examples.
And in console:
$ gulp serve/examples.dart
Dart SDK detected
[02:18:23] Using gulpfile ...angular/gulpfile.js
[02:18:23] Starting 'serve/examples.dart'...
Loading source assets...
Serving examples web on http://localhost:8080
Build completed successfully
[web] GET /hello_world → Could not find asset examples|web/hello_world.
[web] GET /favicon.ico → Could not find asset examples|web/favicon.ico.
Just built project, both
gulp serve.js.devandgulp serve/examples.dartlaunch servers,localhost:8000/examples/src/hello_world/works fine butlocalhost:8080/hello_worldreturnsAnd in console: