Open Varkal opened 7 years ago
All scripts should be merged and minified on one file like dist/emojipicker.min.js.
Don't really understand connection between the presence of a minified build, and the name of a class/function/variable in the code...
Unless you suggest the name mangling during minification is enough... If yes, I totally disagree -> No reason to use minified build in development : I want be capable of reading code of library and eventually put breakpoint into it to understand what happen.
Yes, I agree with you. I meant to create a folder "/dist" which would contain 1 file and the same in minified.
Hello,
I lose a couple of hours to understand why your library doesn't works with my project..... until i understand you use a class named Config... override by my Config class (same name...)
Temporary I will rename my Config class, but, maybe you should rename your Config class in something like EmojiPickerConfig to limit probability of collision ?