Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
dotnetCarpenter committed Nov 14, 2018
1 parent d951ebe commit 6463efb
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .config/karma.conf.common.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion .config/karma.conf.saucelabs.js
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion .config/rollup.polyfills.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@ node_modules/
.vscode/
coverage/
fonts/
.env
1 change: 1 addition & 0 deletions dist/polyfills.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 6463efb

Please sign in to comment.