biotope-resource-loader
The biotope resource loader is useful to lazy load files after the page initialization, e.g. javascript, styles and html.
It is inspired by webpack loaders, so you can modify granular what happens with files.
Documentation can be found here: https://resource-loader.biotope.sh
Contributing
We appreciate new contributors, to contribute we decided to use the "fork-and-pull" git worklow:
- Fork the repo on GitHub
- Clone the project to your own machine
- Commit changes to your own branch
- Push your work back up to your fork
- Submit a Pull request so that we can review your changes