Skip to content

Commit

Permalink
chore(example): remove source files from files/preprocessors
Browse files Browse the repository at this point in the history
Right now this is officially incorrect/unsupported
so using it in tthe example is confusing. Even when #52
can be solved it's easier to just be consistent (tests only)

Closes #55, Reverts c9d9d78
  • Loading branch information
bendrucker committed Nov 24, 2014
1 parent 9545169 commit c69cbe1
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions example/karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,12 @@ module.exports = function(karma) {

files: [
'vendor/external.js',
// source file, accidently included
// (there is usually no reason to do this)
'lib/a.js',
'test/**/*Spec.js'
],

reporters: [ 'dots' ],

preprocessors: {
'lib/*.js': [ 'browserify' ],
'test/**/*Spec.js': [ 'browserify' ]
},

Expand Down

0 comments on commit c69cbe1

Please sign in to comment.