Skip to content

Commit

Permalink
"Merge pull request #119 from brandones/master\n\nAdd section on Goog…
Browse files Browse the repository at this point in the history
…le App Engine to the documentation"
  • Loading branch information
miracle2k committed Jan 7, 2017
2 parents 83d7d3a + 19e3ff1 commit ea9ff98
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,23 @@ command line. See the list of
.. _Flask-Script: http://pypi.python.org/pypi/Flask-Script


Using in Google App Engine
~~~~~~~~~~~~~~~~~~~~~~~~~~

You can use flask-assets in Google App Engine by manually building assets.
The GAE runtime cannot create files, which is necessary for normal flask-assets
functionality, but you can deploy pre-built assets. You can use a file change
listener to rebuild assets on the fly in development.

For a fairly minimal example which includes auto-reloading in development, see
`flask-assets-gae-example`_.

Also see the `relevant webassets documentation`_.

.. _flask-assets-gae-example: https://github.com/SocosLLC/flask-assets-gae-example
.. _relevant webassets documentation: http://webassets.readthedocs.io/en/latest/faq.html#is-google-app-engine-supported


API
---

Expand Down

0 comments on commit ea9ff98

Please sign in to comment.