Hiho,

I'm doing some optimization on external js libs during the "generate.py build" 
using a script (basically) like this:

8<--------
#!/bin/sh

QOOXDOO=../qooxdoo

# Loop thru libs and optimize them
for lib in source/resource/js/*js; do
   libname=$(basename $lib)
   echo ">>> optimizing $libname"
   $QOOXDOO/tool/bin/compile.py $lib > build/resource/js/$libname
done

8<--------

Is it possible to execute this script after the resources get copied? Or avoid 
that resource/js gets copied? Currently my converted files get copied over 
later on...

Thanks,
Cajus

------------------------------------------------------------------------------
Register Now for Creativity and Technology (CaT), June 3rd, NYC. CaT
is a gathering of tech-side developers & brand creativity professionals. Meet
the minds behind Google Creative Lab, Visual Complexity, Processing, & 
iPhoneDevCamp asthey present alongside digital heavyweights like Barbarian
Group, R/GA, & Big Spaceship. http://www.creativitycat.com 
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to