Merge pull request #827 from google/excludes

Reduce number of Closure files in App Engine upload.
This commit is contained in:
Rachel Fenichel
2017-01-18 17:47:06 -08:00
committed by GitHub

View File

@@ -34,7 +34,7 @@ handlers:
static_dir: static
secure: always
# Closure library for uncompiled Blockly.
# Closure library for uncompressed Blockly.
- url: /closure-library
static_dir: closure-library
secure: always
@@ -80,3 +80,8 @@ skip_files:
- ^static/i18n/.*$
- ^static/msg/json/.*$
- ^.+\.soy$
- ^closure-library/.*_test.html$
- ^closure-library/.*_test.js$
- ^closure-library/closure/bin/.*$
- ^closure-library/doc/.*$
- ^closure-library/scripts/.*$