so i think i have to configure in way that it serves only what i have
inside /static/images
(i have put my javascripts into /javascripts and stylsheets
respectively in /stylesheets)

but being the python noob that i am i could not configure the re to
include only what there is in the images folder only

should it be ?

- url: /(?P<a>.+?)/static/(?P<b>.+)
  static_files: applications/\1/static/images
  upload: applications/(.+?)/static/images(+?)
  secure: optional


On 13 Απρ, 18:20, PanosJee <[email protected]> wrote:
> 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.

Reply via email to