Personal frontend asset processing tool
Find a file
2024-06-09 20:00:58 +00:00
src Added file list generation. 2024-06-09 20:00:58 +00:00
.gitattributes Initial commit. 2024-06-09 19:43:44 +00:00
.gitignore Initial commit. 2024-06-09 19:43:44 +00:00
LICENCE Initial commit. 2024-06-09 19:43:44 +00:00
package-lock.json Initial commit. 2024-06-09 19:43:44 +00:00
package.json Added file list generation. 2024-06-09 20:00:58 +00:00
README.md Initial commit. 2024-06-09 19:43:44 +00:00

Asset Processor

assproc is the utility I use across my projects to build Javascript, CSS and various other client side assets.

Originally written just for the chat, I ended up using it in pretty much all my web projects. In a similar vain to my reasoning for setting up the Index library for the backend side of my projects, this will hopefully make it so the asset building side of things doesn't enter the same hell I did there.