ScottHamper / Cookies

JavaScript Client-Side Cookie Manipulation Library
The Unlicense
1.77k stars 170 forks source link

Add unminified version to the distribution #30

Closed slavafomin closed 9 years ago

slavafomin commented 9 years ago

Hello!

Thanks for this library.

Could you please add unminified version of the library file to the dist directory? Right now it contains only cookies.min.js, but I would like to use cookies.js in my project.

Of course I can include it from src directory, but it's a bad practice that can potentially break compatibility (when you decide to split source into several files for example).

Thanks!