Skip to content

Commit

Permalink
Add grunt-glotpress to Grunt tasks for #2253
Browse files Browse the repository at this point in the history
  • Loading branch information
sc0ttkclark committed Oct 29, 2014
1 parent 67dfd39 commit 98aa152
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Gruntfile.js
Expand Up @@ -71,7 +71,7 @@ module.exports = function (grunt) {
grunt.loadNpmTasks('grunt-contrib-imagemin');
grunt.loadNpmTasks('grunt-glotpress');

grunt.registerTask('default', ['sass', 'imagemin']);
grunt.registerTask('production', ['sass', 'imagemin', 'uglify'])
grunt.registerTask('default', ['sass', 'imagemin', 'grunt-glotpress']);
grunt.registerTask('production', ['sass', 'imagemin', 'uglify', 'grunt-glotpress'])

}
};

0 comments on commit 98aa152

Please sign in to comment.