Roots 6.5.0

This commit is contained in:
Ben Word
2013-08-22 22:17:35 -05:00
parent 59237e584c
commit d20aa0fe50
19 changed files with 160 additions and 656 deletions

View File

@@ -48,14 +48,6 @@ module.exports = function(grunt) {
}
}
},
imageoptim: {
files: [
'assets/img'
],
options: {
quitAfter: true
}
},
watch: {
less: {
files: [
@@ -86,14 +78,12 @@ module.exports = function(grunt) {
grunt.loadNpmTasks('grunt-contrib-uglify');
grunt.loadNpmTasks('grunt-contrib-watch');
grunt.loadNpmTasks('grunt-recess');
grunt.loadNpmTasks('grunt-imageoptim');
// Register tasks
grunt.registerTask('default', [
'clean',
'recess',
'uglify',
'imageoptim',
'version'
]);
grunt.registerTask('dev', [