candy-chat / candy

JavaScript-based multi-user chat client for XMPP.
http://candy-chat.github.io/candy
MIT License
1.32k stars 370 forks source link

Include Pre-built or "dist" assets for Package Managers #508

Open yadwinderpaul opened 7 years ago

yadwinderpaul commented 7 years ago

Package Managers are mostly used for plug-and-play approach rather installing the package's build environment and building it. For example, I am currently developing on Ruby on Rails where I do just bower install and start including the dist files of packages in my application. In other projects where I do have a build environment, it is usually Webpack or Gulp. In favour of keeping the repository clean, a separate repository can be created for publishing Candy. This approach is used by many of the libraries out there.