Skip to content

Commit

Permalink
Update default task
Browse files Browse the repository at this point in the history
add minification and makepot task in default task
  • Loading branch information
sapayth authored Aug 19, 2024
1 parent 7121e70 commit 60b2b68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ module.exports = function(grunt) {
grunt.loadNpmTasks( 'grunt-notify' );
grunt.loadNpmTasks( 'grunt-wp-readme-to-markdown' );

grunt.registerTask( 'default', [ 'less', 'concat' ] );
grunt.registerTask( 'default', [ 'less', 'concat', 'uglify', 'i18n' ] );

// file auto generation
grunt.registerTask( 'i18n', [ 'makepot' ] );
Expand Down

0 comments on commit 60b2b68

Please sign in to comment.