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 #18

Open jakemac53 opened 9 years ago

jakemac53 commented 9 years ago

In order to do this we have to make sure to rewrite any references to webcomponents.js to webcomponents.min.js. Ideally we would actually hide this in an html import and move the js files to the src folder or something along those lines so the transformer that does this can live in this package instead of users packages.