Index: Gruntfile.js
===================================================================
--- Gruntfile.js	(revision 8388)
+++ Gruntfile.js	(working copy)
@@ -250,8 +263,8 @@
 	 * Register tasks.
 	 */

-	grunt.registerTask( 'build-dev',     ['jshint', 'cssjanus:core'] );
-	grunt.registerTask( 'build-commit',  ['build-dev', 'checktextdomain', 'makepot', 'imagemin'] );
+	grunt.registerTask( 'build',         ['jshint', 'cssjanus:core'] );
+	grunt.registerTask( 'build-commit',  ['build', 'checktextdomain', 'makepot', 'imagemin'] );
 	grunt.registerTask( 'build-release', ['build-commit', 'clean:all', 'copy:files', 'uglify:core', 'cssmin:ltr', 'cssmin:rtl', 'exec:bbpress', /*'exec:bpdefault',*/ 'test'] );


@@ -272,7 +285,7 @@


 	// Default task.
-	grunt.registerTask( 'default', ['build-dev'] );
+	grunt.registerTask( 'default', ['build'] );


 	/**
@@ -294,4 +307,4 @@
 		grunt.config( ['copy', 'dynamic', 'src'], copySrc );
 		grunt.config( ['cssjanus', 'dynamic', 'src'], copySrc );
 	});
-};
\ No newline at end of file
+};
