sindresorhus / screenfull

Simple wrapper for cross-browser usage of the JavaScript Fullscreen API
https://sindresorhus.com/screenfull
MIT License
7.08k stars 698 forks source link

bower: screenfull.min.js is not shipped #66

Closed ghost closed 9 years ago

ghost commented 9 years ago

Hi,

with the latest 2.0 version, screenfull.min.js won't be installed with bower.

I guess line 18 in bower.json is responsible for that -> is this a bug or a feature - I really need the minified version :)

Thanks + regards,

Stefan

sindresorhus commented 9 years ago

A feature. Bower packages shouldn't contain minified files.

Nothing new in this release other than removal of a couple of deprecated methods though. So just don't upgrade.