Closed Morriz closed 9 years ago
Feel free to use the unminified code. Although you are not suppose to build external libs only concatenate them. On Jun 19, 2015 19:45, "Maurice Faber" notifications@github.com wrote:
Could you please not minify your scripts? Most of us do this in our projects build phase ourselves ;)
— Reply to this email directly or view it on GitHub https://github.com/dcohenb/angular-img-fallback/issues/12.
I did. I copied it over your minified version. I don't understand what you mean by "not supposed to". Not being able to step debug through your code is kind of a nono imo ;)
On 19 Jun 2015, at 22:49, Daniel Cohen notifications@github.com wrote:
Feel free to use the unminified code. Although you are not suppose to build external libs only concatenate them. On Jun 19, 2015 19:45, "Maurice Faber" notifications@github.com wrote:
Could you please not minify your scripts? Most of us do this in our projects build phase ourselves ;)
— Reply to this email directly or view it on GitHub https://github.com/dcohenb/angular-img-fallback/issues/12.
— Reply to this email directly or view it on GitHub.
Will it help if the minified version will be inside a separated folder named "dist" like all the other libs are doing?
No, it's nothing to do with that. How you build and concat/minify etc is your business. However, for the outside world you should list the unminified version in bower.json. So they can do it also however they wish ;)
On 23 Jul 2015, at 09:03, Daniel Cohen notifications@github.com wrote:
Will it help if the minified version will be inside a separated folder named "dist" like all the other libs are doing?
— Reply to this email directly or view it on GitHub.
Ok, I get what you mean. I replaced the main with the un-minified version. thank you for your feedback!
Could you please not minify your scripts? Most of us do this in our projects build phase ourselves ;)