Both compression and caching is already enabled. Caching is always on. Compression is only active when using "make build". No need to change anything here.
To define class-path, generate-compiled-script, the filename and the cache directory is all not needed. You can simply remove this line. It is all completely preconfigured this way. make source => source version (uses original class files) make build => compiles and compresses files, combine result to one js file Should work out of the box. :) Sebastian Tobias Koller (GERMO GmbH) schrieb: > Hi, > > > > sorry for asking but i’m a „newbie“ in modifying the make-File ;) > > > > I want to try out the compression and caching-options, but I don’t know > how to define them. > > I checked the qooxdoo-Website (customize qooxdoo) but I still don’t know > exactly how to start. > > > > In my make-file I tried this: > > APPLICATION_ADDITIONAL_BUILD_OPTIONS = --class-path > cygdrive/c/workspace/myapp/application/source/class \ > > --generate-compiled-script > --compiled-script-file myapp.js \ > > --cache-directory .cache > > > > Will it store the “.cache” during the runtime of my app? > > I think I didn’t get it completely ;) > > > > > > Thanks a lot > > Tobias > > > ------------------------------------------------------------------------ > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ > > > ------------------------------------------------------------------------ > > _______________________________________________ > qooxdoo-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
