-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Description
This issue was originally filed by @bp74
What steps will reproduce the problem?
- Create a new Application, call it "Test"
- Compile the Dart file to JavaScript
- Look at the js-File
What is the expected output? What do you see instead?
If the name of the Dart file is "Test.dart", then the name of the JavaScript file should be "Test.dart.js". Unfortunately the file name is "test.dart.js" (look at the lower case "t" in the beginning).
The problem is that the js-file can't be loaded when you upload it to a web server. Because the "dart.js" script replaces the "Test.dart" script with "Test.dart.js" and this file does not exist.
What version of the product are you using? On what operating system?
Dart Editor Build 8124 32 bit, Windows 7 64 bit