dart-archive / web-components

Dart package providing the web components platform polyfills
https://pub.dartlang.org/packages/web_components
BSD 3-Clause "New" or "Revised" License
18 stars 10 forks source link

delete webcomponents.js in release mode #17

Closed jakemac53 closed 9 years ago

sigmundch commented 9 years ago

lgtm

jakemac53 commented 9 years ago

I realized that for this one we can't arbitrarily delete this file since users can include it directly, I am going to need to update the transformer to make sure to rewrite webcomponents.js to webcomponents.min.js. I will add that to this PR and ping you when its ready.

jakemac53 commented 9 years ago

Actually, I am going to just close this for now since I don't think its worth the effort at the moment. Opened https://github.com/dart-lang/web-components/issues/18.