Personal frontend asset processing tool
Find a file
2024-06-10 03:41:44 +00:00
src Fixed epic typo. 2024-06-10 03:41:41 +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 0.16.0 2024-06-10 03:41:44 +00:00
package.json 0.16.0 2024-06-10 03:41:44 +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.