ReFreezed / LuaSimpleSquish

SimpleSquish library - a wrapper around Squish for Lua.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Possibility of using in the command line?

ChildishGiant opened this issue · comments

commented

Hi there!

This seems to be just the tool I need but I'm wondering if it can be called directly from the commandline (lua .\LuaSimpleSquish\simpleSquish.lua FILE_NAME --minify or something like that). I've tried directly calling it but it seems that it doesn't work like this.

It wasn't possible, but I've now added a command line utility (simpleSquishCl.lua).

Usage: lua simpleSquishCl.lua <inputFile> <outputFile> <squishArguments>