Remove most HTML/CSS/JS assets from the backend service WAR

It only needs the error page HTML files; everything else isn't used by endpoints
served by the backend service and only serves to increase build times
(especially compiling all that JS).

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=202229514
This commit is contained in:
mcilwain 2018-06-26 18:03:40 -07:00 committed by Ben McIlwain
parent 892c1fc707
commit fb9d876bff
7 changed files with 17 additions and 22 deletions

View file

@ -22,8 +22,5 @@
<static-files>
<include path="/*.html" expiration="1m"/>
<include path="/assets/js/**" expiration="1m"/>
<include path="/assets/css/**" expiration="1m"/>
<include path="/assets/images/**" expiration="1m"/>
</static-files>
</appengine-web-app>