Skip to content

Instantly share code, notes, and snippets.

@kumar303
Created March 19, 2014 22:02
Show Gist options
  • Save kumar303/9652404 to your computer and use it in GitHub Desktop.
Save kumar303/9652404 to your computer and use it in GitHub Desktop.
karma dev example
grunt.initConfig({
karma: {
dev: {
configFile: 'karma.conf.js',
autoWatch: true
}
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment