Skip to content
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

Add npm packaging #51

Closed
floviolleau opened this issue Oct 19, 2016 · 5 comments
Closed

Add npm packaging #51

floviolleau opened this issue Oct 19, 2016 · 5 comments
Assignees

Comments

@floviolleau
Copy link

floviolleau commented Oct 19, 2016

Hi,

Could you please add npm packaging of your project?

Kind regards

@floviolleau
Copy link
Author

@soundar24
Copy link
Owner

Great work, I have updated the roundSlider package in both npm and bower. Check the below comments:

npm install round-slider
bower install round-slider

Thanks :)

@floviolleau
Copy link
Author

Okey super !

I looked on other git repositories and very often, they organize like I did in my repository. A dist folder with minified and normal js / css files and no src folder on simple repositories.

@soundar24
Copy link
Owner

Actually the purpose was identical, to maintain the source and distributable files in a structure. Until the source was simple it doesn't make any problem, but when we split up the source in various modules at that time it makes complex for minify and concat.

Just see here: http://stackoverflow.com/questions/22842691/what-is-the-meaning-of-the-dist-directory-in-open-source-projects

@soundar24 soundar24 self-assigned this Nov 29, 2016
@soundar24
Copy link
Owner

Package was successfully added with npm already:
https://www.npmjs.com/package/round-slider

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants