Skip to content

Commit 19e3ff1

Browse files
author
Brandon Istenes
committed
Add section on Google App Engine to the documentation
1 parent 83d7d3a commit 19e3ff1

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

docs/index.rst

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -255,6 +255,23 @@ command line. See the list of
255255
.. _Flask-Script: http://pypi.python.org/pypi/Flask-Script
256256

257257

258+
Using in Google App Engine
259+
~~~~~~~~~~~~~~~~~~~~~~~~~~
260+
261+
You can use flask-assets in Google App Engine by manually building assets.
262+
The GAE runtime cannot create files, which is necessary for normal flask-assets
263+
functionality, but you can deploy pre-built assets. You can use a file change
264+
listener to rebuild assets on the fly in development.
265+
266+
For a fairly minimal example which includes auto-reloading in development, see
267+
`flask-assets-gae-example`_.
268+
269+
Also see the `relevant webassets documentation`_.
270+
271+
.. _flask-assets-gae-example: https://github.com/SocosLLC/flask-assets-gae-example
272+
.. _relevant webassets documentation: http://webassets.readthedocs.io/en/latest/faq.html#is-google-app-engine-supported
273+
274+
258275
API
259276
---
260277

0 commit comments

Comments
 (0)