mirror of
https://github.com/google/nomulus.git
synced 2025-07-23 19:20:44 +02:00
Clean up Karma config file (#345)
Because we moved it into the source dirs, we don't need to reference soyutils_usegoog.js separately
This commit is contained in:
parent
444c0faa9e
commit
09bc7bab00
1 changed files with 0 additions and 5 deletions
|
@ -42,10 +42,6 @@ module.exports = function(config) {
|
|||
pattern: 'core/build/generated/source/custom/main/**/*.soy.js',
|
||||
included: false
|
||||
},
|
||||
{
|
||||
pattern: 'node_modules/soyutils_usegoog.js',
|
||||
included: false
|
||||
},
|
||||
{
|
||||
pattern: 'node_modules/google-closure-library/closure/goog/deps.js',
|
||||
included: false,
|
||||
|
@ -70,7 +66,6 @@ module.exports = function(config) {
|
|||
'node_modules/google-closure-library/closure/**/*.js': ['closure'],
|
||||
'core/src/*/javascript/**/*.js': ['closure'],
|
||||
'core/build/generated/source/custom/main/**/*.soy.js': ['closure'],
|
||||
'node_modules/soyutils_usegoog.js': ['closure']
|
||||
},
|
||||
proxies: {
|
||||
"/assets/": "/base/core/build/resources/main/google/registry/ui/assets/"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue