-
Notifications
You must be signed in to change notification settings - Fork 105
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using component.js #40
Comments
I will happily send a PR to update the docs at https://github.com/the-gss/the-gss.github.io once I understand correct |
I've been a little befuddled with Component.io lately. @bergie set the component things up, and I find myself bugging him about it more than I would like to. Component is being used for GSS's internal depedencies, but when I include GSS in another project I fall back to bower. PR's are more than welcome if you can help make this better! |
@d4tocchini @bergie |
Moreover |
@jasonkuhrt yeah, Component.io has its good and bad sides. Especially plugin support is problematic (see for example the still-unsolved componentjs/builder.js#125 which breaks all plugins). They have a rewrite of the installation and building process, but that is still not quite production-ready, and includes severe usability setbacks, like requiring GitHub authentication credentials to install anything. Despite these, I agree that we should ensure GSS is installable via Component. Is anything else missing than some |
yea sorry guys :( it has been in flux lately since I haven't really been working on it (I'm not doing any front-end work lately) so things are getting a little crazy. The end-game is just to be better at supporting future web components etc, since that's where the future is going, component and browserify will disappear as they are today |
I am a little confused about
component
support. Happily for me you have chosen to use it but I didn't see simplecomponent
integration forworker.js
. I am currently manually storing the worker file under/dist/
, however, if I am installing fromcomponent
this should be taken care of automatically?You are also missing
component
install instructions at http://gridstylesheets.org/usage/The text was updated successfully, but these errors were encountered: