Commit 599a77c7 by Torkel Ödegaard

Added karma test step to build/relase grunt task

parent d9386cc2
......@@ -4,6 +4,7 @@ module.exports = function(grunt) {
grunt.registerTask('build', [
'jshint:source',
'jshint:tests',
'karma:test',
'clean:on_start',
'less:src',
'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