some js cleanup.

This commit is contained in:
kay.one 2013-03-29 12:17:03 -07:00
commit c7776f74e1
9 changed files with 127 additions and 126 deletions

View file

@ -115,6 +115,7 @@ module.exports = function(grunt) {
grunt.loadNpmTasks('grunt-contrib-watch');
grunt.loadNpmTasks('grunt-contrib-concat');
grunt.loadNpmTasks('grunt-contrib-copy');
grunt.loadNpmTasks('grunt-wrap');
// Default task(s).
grunt.registerTask('default', ['copy','less:bootstrap','handlebars', 'watch']);