diff options
author | dotnetCarpenter <jon.ronnenberg@gmail.com> | 2018-11-14 12:55:30 +0100 |
---|---|---|
committer | dotnetCarpenter <jon.ronnenberg@gmail.com> | 2018-11-14 12:55:30 +0100 |
commit | 6463efb447268a514c07e4197b86b22ee8bab084 (patch) | |
tree | 0add17f1eeba32072433625ed4d9d11f19ec9b6e /.config | |
parent | d951ebe070232d8e9d52c4c87d579639da472c0c (diff) | |
download | svg.js-6463efb447268a514c07e4197b86b22ee8bab084.tar.gz svg.js-6463efb447268a514c07e4197b86b22ee8bab084.zip |
cleanup
Diffstat (limited to '.config')
-rw-r--r-- | .config/karma.conf.common.js | 3 | ||||
-rw-r--r-- | .config/karma.conf.saucelabs.js | 2 | ||||
-rw-r--r-- | .config/polyfillList.js (renamed from .config/polyfills.js) | 0 | ||||
-rw-r--r-- | .config/rollup.polyfills.js | 2 |
4 files changed, 3 insertions, 4 deletions
diff --git a/.config/karma.conf.common.js b/.config/karma.conf.common.js index f8ab473..56c249f 100644 --- a/.config/karma.conf.common.js +++ b/.config/karma.conf.common.js @@ -47,8 +47,7 @@ module.exports = function (config) { // level of logging // possible values: config.LOG_DISABLE || config.LOG_ERROR || config.LOG_WARN || config.LOG_INFO || config.LOG_DEBUG - // logLevel: config.LOG_INFO, - logLevel: config.LOG_DEBUG, + logLevel: config.LOG_INFO, // enable / disable watching file and executing tests whenever any file changes autoWatch: false, diff --git a/.config/karma.conf.saucelabs.js b/.config/karma.conf.saucelabs.js index 827d5b8..922d749 100644 --- a/.config/karma.conf.saucelabs.js +++ b/.config/karma.conf.saucelabs.js @@ -107,7 +107,7 @@ module.exports = function(config) { 'karma-sauce-launcher', ], - logLevel: config.LOG_DEBUG, + // logLevel: config.LOG_DEBUG, // test results reporter to use // possible values: 'dots', 'progress' diff --git a/.config/polyfills.js b/.config/polyfillList.js index fc7df3d..fc7df3d 100644 --- a/.config/polyfills.js +++ b/.config/polyfillList.js diff --git a/.config/rollup.polyfills.js b/.config/rollup.polyfills.js index 94f0654..810db91 100644 --- a/.config/rollup.polyfills.js +++ b/.config/rollup.polyfills.js @@ -4,7 +4,7 @@ import commonjs from 'rollup-plugin-commonjs' export default [ { - input: './.config/polyfills.js', + input: './.config/polyfillList.js', output: { file: 'dist/polyfills.js', name: 'polyfills', |