My plan was to read the css/js last modified tags and store the most recent tag in memcache Then in a request i ll read all last modified tags and i find smth more recent than the on in memcache i ll go on with minifying the css/ js and store the merged file in memcache Then my bundler would write in the head smth like /init/assets/ myapp.js?expiretag where assets will just serve the data from memcache
If i keep it this way (without moving the files around) it would be easy to work off/on gae without many problems. I could remove the JS/CSS from the static files in app.yaml but while building the new css/js it would break the site for a while On 13 Απρ, 18:08, mdipierro <[email protected]> wrote: > You can store the CSS and/or JS in a text field and and write an > action to download it. > > On Apr 13, 9:49 am, PanosJee <[email protected]> wrote: > > > > > Hello everyone I am working on a CSS/JS merger/minifier (with > > expiration tags) and i want to deploy on AppEngine. > > Unfortunately i cannot read static files on GAE as web2py has declared > > everything in /static as static files > > Do you have any ideas on how to circumvent this ? -- To unsubscribe, reply using "remove me" as the subject.

