You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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!
The text was updated successfully, but these errors were encountered: