biotope / biotope/biotope-resource-loader
Why does dist folder include only the compressed version?
Open
- Dominant language
- TypeScript
- Stars
- 9
- Forks
- 6
- PR merge metrics
- No merged PRs in 30d
Description
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.
Contributor guide
Assessment
This issue has not been assessed yet.