is there a simple way of putting together all the parts of my ST 2.0 App in a minified way? CSS isn't a problem, but how to combine the neccessary Javascript files etc. to one file and compress it with Linux as an operating system?
The ST2.0 Developer SDK is mac osx only afaik. Any idea?
actually I haven't tried SDK Tools 1 because I thought they were incompatible with ST 2.0, because of the major changes. Or am I wrong?
I could write a bash script, to merge the files in the right order and then run yum compressor on it. But I'm not sure if its that easy, or if the complex Sencha system will still work afterwards. And in what order to merge the files? given a MVC Setup.
I know that are a few questions but I'm really eager to automate this process somehow, to get out of development status