squirrellyjs / squirrelly

Semi-embedded JS template engine that supports helpers, filters, partials, and template inheritance. 4KB minzipped, written in TypeScript ⛺
https://squirrelly.js.org
MIT License
555 stars 81 forks source link

runtime for precompiled templates missing at version 8? #214

Open fry2k opened 3 years ago

fry2k commented 3 years ago

Hello,

I love this tiny template engine and used it with version 7 at an old project.

Today I implemented version 8 at a new project and I miss the squirrelly.runtime.min.js

I use only precompiled templates at the client and I will never compile any template at the client. The old runtime has 947 bytes. Right now I use dist/browser/squirrelly.min.js which works but has 9682 bytes.

Is there any way to build the runtime by myself or can you add the runtime to a future release? Thanks a lot!