mirror of
https://github.com/google/blockly.git
synced 2025-12-16 14:20:10 +01:00
Reduce number of Closure files in App Engine upload.
This commit is contained in:
@@ -34,7 +34,7 @@ handlers:
|
|||||||
static_dir: static
|
static_dir: static
|
||||||
secure: always
|
secure: always
|
||||||
|
|
||||||
# Closure library for uncompiled Blockly.
|
# Closure library for uncompressed Blockly.
|
||||||
- url: /closure-library
|
- url: /closure-library
|
||||||
static_dir: closure-library
|
static_dir: closure-library
|
||||||
secure: always
|
secure: always
|
||||||
@@ -80,3 +80,8 @@ skip_files:
|
|||||||
- ^static/i18n/.*$
|
- ^static/i18n/.*$
|
||||||
- ^static/msg/json/.*$
|
- ^static/msg/json/.*$
|
||||||
- ^.+\.soy$
|
- ^.+\.soy$
|
||||||
|
- ^closure-library/.*_test.html$
|
||||||
|
- ^closure-library/.*_test.js$
|
||||||
|
- ^closure-library/closure/bin/.*$
|
||||||
|
- ^closure-library/doc/.*$
|
||||||
|
- ^closure-library/scripts/.*$
|
||||||
|
|||||||
Reference in New Issue
Block a user