mirror of
https://github.com/google/nomulus
synced 2026-01-07 14:05:44 +00:00
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:
@@ -50,6 +50,10 @@ module.exports = function(config) {
|
|||||||
included: false,
|
included: false,
|
||||||
served: 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',
|
pattern: 'core/build/resources/main/google/registry/ui/assets/images/*.png',
|
||||||
included: false
|
included: false
|
||||||
|
|||||||
Reference in New Issue
Block a user