Reordered grunt tasks

This commit is contained in:
Niklas von Hertzen 2013-01-12 19:01:24 +02:00
parent 3aa7d69cc7
commit 410537456a

View File

@ -68,6 +68,6 @@ module.exports = function(grunt) {
});
// Default task.
grunt.registerTask('default', 'concat lint qunit webdriver min');
grunt.registerTask('default', 'concat lint qunit min webdriver');
};