Closed pv8 closed 10 years ago
This pull request is intended to avoid changing static_dir/static_files configurations in app.yaml when creating theme based js and css files.
static_dir
static_files
app.yaml
js
css
Should the default gae-boilerplate error pages (over_quota.html, dos_api_denial.html and timeout.html) be at includes level rather than theme level?
over_quota.html
dos_api_denial.html
timeout.html
@povieira yes, those error pages should be theme level, but I don't see a good way to do it. Any idea?
This pull request is intended to avoid changing
static_dir
/static_files
configurations inapp.yaml
when creating theme basedjs
andcss
files.Should the default gae-boilerplate error pages (
over_quota.html
,dos_api_denial.html
andtimeout.html
) be at includes level rather than theme level?