write in app.yaml
handlers:
- url: /static/js/processing.js
static_files: static/js/processing.js
upload: static/js/processing.js
make dir in the app directory
static/js with processing
static/processing with the pde files
handlers:
- url: /static/js/processing.js
static_files: static/js/processing.js
upload: static/js/processing.js
make dir in the app directory
static/js with processing
static/processing with the pde files