You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I do not want to use compressed version of scripts during development as they make debugging difficult. It's good to have the min.js version in dist folder, but you should include the none-compressed version (resourceLoader.js) as well, specially since most projects compress their resources themselves anyway. Giving users a choice to use the version they prefer would make the library more popular. Also it's easy to compress a none-compressed version, but not vice versa.
The text was updated successfully, but these errors were encountered:
I do not want to use compressed version of scripts during development as they make debugging difficult. It's good to have the min.js version in dist folder, but you should include the none-compressed version (resourceLoader.js) as well, specially since most projects compress their resources themselves anyway. Giving users a choice to use the version they prefer would make the library more popular. Also it's easy to compress a none-compressed version, but not vice versa.
The text was updated successfully, but these errors were encountered: