Skip to content

Commit

Permalink
Update example karma conf with new options
Browse files Browse the repository at this point in the history
  • Loading branch information
xdissent committed Nov 30, 2013
1 parent 139ce71 commit 04808ef
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions example/karma.conf.js
Expand Up @@ -71,10 +71,12 @@ module.exports = function(config) {

// Browserify config (all optional)
browserify: {
// extension: ['.coffee'],
// extensions: ['.coffee'],
// ignore: [],
// transform: ['coffeeify'],
watch: true
// debug: true,
// noParse: ['jquery'],
watch: true,
},

// Add browserify to preprocessors
Expand Down

0 comments on commit 04808ef

Please sign in to comment.