doabit / semantic-ui-sass

Semantic UI, converted to Sass and ready to drop into Rails & Compass.
MIT License
1.15k stars 192 forks source link

Publishing to NPM #59

Closed pablodenadai closed 6 years ago

pablodenadai commented 8 years ago

Just wondering if you guys are planning on publishing this package to NPM? Thanks.

doabit commented 8 years ago

@ghpabs Sorry, i've no plan to publish to npm, but i'll take a look at it.

pablodenadai commented 8 years ago

Oh okay. I can only consume npm packages in my project so that's a bummer.

There's not much to it really. Once you have package.json setup you can then just run $ npm publish.

Feel free to close the issue if you decide not to publish it.

doabit commented 8 years ago

@ghpabs Because of font url https://github.com/doabit/semantic-ui-sass/blob/master/app/assets/stylesheets/semantic-ui/elements/_icon.scss#L20, i should do something to make it works without rails. but i've no idea on this.

harrysolovay commented 8 years ago

This would be extremely useful for me as well. Please publish semantic-ui-sass as an NPM package. It would make my day :)

ikhilko commented 8 years ago

i'm just published fork into npm https://www.npmjs.com/package/semantic-ui-sass, also i can create pull request into this rep, or if you want i will sync fork with your updates and publish it into npm.

doabit commented 8 years ago

@ikhilko Thanks for your work, you could pull request or i add your npm in README.