This repository was archived by the owner on Feb 22, 2018. It is now read-only.
This repository was archived by the owner on Feb 22, 2018. It is now read-only.
pub serve hangs forever after code change on 0.13.0 #1276
Closed
Description
Pub serve (both from cli and from editor) works on first access. But after changing a dart file and reloading the app the browser hangs forever on loading the .dart or .dart.js file depending on if using Dartium or Chrome.
To reproduce:
- run the hello_world.dart example from Dart editor
- wait until initialized and running in Dartium
- change some whitespace in hello_world.dart
- reload i dartium -> hangs forever on request GET hello_world.dart
This behaviour started after upgrading from 0.12 and adding the angular transformer to pubspec.yaml.
I'm running on Ubuntu 14.04 64bit and Dart SDK version 1.6.0-dev.4.0.