metafizzy / outlayer

:construction_worker: the brains & guts of a layout library
163 stars 63 forks source link

Why don't you support packaged files or cdn url? #46

Closed sculove closed 8 years ago

sculove commented 8 years ago

I made some component using outlayer. I'd like to share this component to many people. But I couldn't do it becacuse outlayer does not support cdn or packaged files.

cf. the masonry supports packaged files and cdn url. https://github.com/desandro/masonry/tree/master/dist http://cdnjs.com/libraries/masonry

so I send the pr #44 please merged.....

desandro commented 8 years ago

Outlayer is the foundation of a layout library, but it doesn't have much functionality by itself. I recommend packaging Outlayer and its dependencies with your custom layout, like I do with Masonry, Isotope, and Packery.