Jop V.
2016-09-14 10:52:26 UTC
https://webdev.dartlang.org/tools/pub/pub-build
Also, in release mode, pub does not include any source .dart files in the
ago, but in the future a browser might come along that does have Dart
support. And then it becomes a performance disadvantages that the .dart
files have been thrown away. So why not just include the .dart files? Why
would it hurt?
Also, in release mode, pub does not include any source .dart files in the
resulting build output since they have been compiled to JavaScript. In any
other mode, the raw Dart files are included.
I know Google dropped plans to include Dart support in Chrome a long timeother mode, the raw Dart files are included.
ago, but in the future a browser might come along that does have Dart
support. And then it becomes a performance disadvantages that the .dart
files have been thrown away. So why not just include the .dart files? Why
would it hurt?
--
For other discussions, see https://groups.google.com/a/dartlang.org/
For HOWTO questions, visit http://stackoverflow.com/tags/dart
To file a bug report or feature request, go to http://www.dartbug.com/new
---
You received this message because you are subscribed to the Google Groups "Dart Misc" group.
To unsubscribe from this group and stop receiving emails from it, send an email to misc+***@dartlang.org.
For other discussions, see https://groups.google.com/a/dartlang.org/
For HOWTO questions, visit http://stackoverflow.com/tags/dart
To file a bug report or feature request, go to http://www.dartbug.com/new
---
You received this message because you are subscribed to the Google Groups "Dart Misc" group.
To unsubscribe from this group and stop receiving emails from it, send an email to misc+***@dartlang.org.