Add `dist` in `test` target.
authorXhmikosR <xhmikosr@users.sourceforge.net>
Sun, 9 Mar 2014 08:24:05 +0000 (10:24 +0200)
committerXhmikosR <xhmikosr@users.sourceforge.net>
Tue, 11 Mar 2014 05:25:02 +0000 (07:25 +0200)
Gruntfile.js

index ba89a53..4a67c74 100644 (file)
@@ -95,7 +95,7 @@ module.exports = function(grunt) {
   ]);
 
   grunt.registerTask('test', [
-    'concat',
+    'dist',
     'jshint',
     'jscs',
     'exec'