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