Closed Anaminus closed 7 years ago
Minify Lua scripts for whatever reason.
node = filter{"minify", node}
How to implement?
Implemented minify and unminify filters. With some modifications, lua-minify is compatible with gopher-lua. gobake is used with go generate to embed the script.
minify
unminify
go generate
Minify Lua scripts for whatever reason.
How to implement?
go-luagopher-lua; must ensure script is compatible