Lepozepo / cloudinary

MIT License
94 stars 42 forks source link

Remove templating/Blaze dependency #113

Closed lmachens closed 6 years ago

lmachens commented 6 years ago

It would be great to remove the templating/Blaze dependency. This would be a breaking change, but more and more projects getting rid of Blaze.

Necessary changes

Maybe another solution is possible where the blaze templates are optional?

Lepozepo commented 6 years ago

Definitely, I haven't had a lot of time to put into my open source projects this year but I will be creating an NPM version of this package just like I did for my S3 package as soon as I can.

lmachens commented 6 years ago

Ok great! In the meantime I use my fork without the dependencies, JS examples and extended Cloudinary class on the client side. Fork