rumkin / pill

Add dynamic content loading to static sites with only 1 KiB of JS
https://rumkin.github.io/pill/
MIT License
383 stars 19 forks source link

Separate utils as cleanup and prep for unit tests #29

Closed tamb closed 4 years ago

tamb commented 4 years ago

I've moved the utility functions out into a separate file. They are now imported and annotated. This should aid when we want to add unit tests. This also can help reveal improvements in code.