mirror of
https://github.com/google/nomulus.git
synced 2025-07-22 02:36:03 +02:00
Default for 'served' is already true
This commit is contained in:
parent
cf48c643e9
commit
a2236ae6f9
1 changed files with 2 additions and 4 deletions
|
@ -30,13 +30,11 @@ module.exports = function(config) {
|
|||
},
|
||||
{
|
||||
pattern: 'core/build/resources/main/google/registry/ui/assets/images/*.png',
|
||||
included: false,
|
||||
served: true
|
||||
included: false
|
||||
},
|
||||
{
|
||||
pattern: 'core/build/resources/main/google/registry/ui/assets/images/icons/svg/*.svg',
|
||||
included: false,
|
||||
served: true
|
||||
included: false
|
||||
}
|
||||
],
|
||||
preprocessors: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue