Commit 599a77c7 by Torkel Ödegaard

Added karma test step to build/relase grunt task

parent d9386cc2
...@@ -4,6 +4,7 @@ module.exports = function(grunt) { ...@@ -4,6 +4,7 @@ module.exports = function(grunt) {
grunt.registerTask('build', [ grunt.registerTask('build', [
'jshint:source', 'jshint:source',
'jshint:tests', 'jshint:tests',
'karma:test',
'clean:on_start', 'clean:on_start',
'less:src', 'less:src',
'concat:cssDark', 'concat:cssDark',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment