Serve up all the closure library files (#257)

Not necessary for the tests but it gets rid of log lines
This commit is contained in:
gbrodman 2019-09-05 10:57:35 -04:00 committed by GitHub
parent f83a8a221b
commit 1e0be188fe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -50,6 +50,10 @@ module.exports = function(config) {
included: false,
served: false
},
{
pattern: 'node_modules/google-closure-library/closure/goog/**/*.js',
included: false
},
{
pattern: 'core/build/resources/main/google/registry/ui/assets/images/*.png',
included: false