Modified markdown function. Added grunt build task.

Markdown format output currently commented out.
This commit is contained in:
MoyuScript
2013-03-23 20:00:01 -04:00
parent 27a62723f8
commit 303dcd58d4
4 changed files with 79 additions and 47 deletions

View File

@@ -92,6 +92,7 @@ module.exports = function(grunt) {
grunt.loadNpmTasks('grunt-contrib-qunit');
// Default task.
grunt.registerTask('build', ['concat', 'uglify']);
grunt.registerTask('default', ['jshint', 'concat', 'qunit', 'uglify', 'webdriver']);
};