sourcebitsllc / chocolatechip-ui

Mobile Web App Framework
www.chocolatechip-ui.com
MIT License
617 stars 88 forks source link

Chocolatechipjs in its own repo #104

Closed nsimmons closed 9 years ago

nsimmons commented 9 years ago

I am planning on using chocolatechipjs for a project I am working on, but I don't see a separate maintained repo for this. It looks like the only source is inside this repo and you guys are just updating a single, monolithic js file with no tests or build scripts for it.

Would it be possible to have chocolatechipjs in a separate repo that I could fork? We have found a couple minor issues and would like to add some tests. Right now our only choice is to fork this repo or create our own and copy/paste the current version as our first commit. Neither of these options will make pushing any fixes we make back upstream to you guys very easy.

What do you think?

sourcebits-robertbiggs commented 9 years ago

The source files an unit test are on Github. You can download, clone, fork or whatever you want to do with it (MIT license):

https://github.com/sourcebitsusa/chocolatechipjs-pub https://github.com/sourcebitsusa/chocolatechipjs-pub

On Oct 31, 2014, at 7:26 AM, Nicholas Simmons notifications@github.com wrote:

I am planning on using chocolatechipjs for a project I am working on, but I don't see a separate maintained repo for this. It looks like the only source is inside this repo and you guys are just updating a single, monolithic js file with no tests or build scripts for it.

Would it be possible to have chocolatechipjs in a separate repo that I could fork? We have found a couple minor issues and would like to add some tests. Right now our only choice is to fork this repo or create our own and copy/paste the current version as our first commit. Neither of these options will make pushing any fixes we make back upstream to you guys very easy.

What do you think?

— Reply to this email directly or view it on GitHub https://github.com/sourcebitsllc/chocolatechip-ui/issues/104.

nsimmons commented 9 years ago

Awesome! Did not see this repo!

Thanks