File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff 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+ 
258275API
259276--- 
260277
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments