You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 20, 2018. It is now read-only.
Assuming there is only one dart script tag, and it lives in the same library as the html file, we can just use that dart file as the entry point and not require it to be specified:
we could also possibly just use entryPoint but allow you to pass an html file instead of a dart file, and then do the right thing based on the file extension
ah- never mind, I thought initially this was for specifying the entry point for html-initialization, not just plain initialization. Now that I see #10, I see that this was just to update the bootstrap.html
Assuming there is only one dart script tag, and it lives in the same library as the html file, we can just use that dart file as the entry point and not require it to be specified:
becomes just:
The text was updated successfully, but these errors were encountered: