Skip to content
This repository has been archived by the owner on Mar 13, 2023. It is now read-only.

Commit

Permalink
Replace charset in default task
Browse files Browse the repository at this point in the history
  • Loading branch information
frankiejarrett committed Apr 24, 2017
1 parent b08e541 commit fcb80e4
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 @@ -223,7 +223,7 @@ module.exports = function( grunt ) {

require( 'matchdep' ).filterDev( 'grunt-*' ).forEach( grunt.loadNpmTasks );

grunt.registerTask( 'default', [ 'sass', 'autoprefixer', 'cssjanus', 'jshint', 'imagemin' ] );
grunt.registerTask( 'default', [ 'sass', 'replace:charset', 'autoprefixer', 'cssjanus', 'jshint', 'imagemin' ] );
grunt.registerTask( 'build', [ 'default', 'clean', 'copy' ] );
grunt.registerTask( 'check', [ 'devUpdate' ] );
grunt.registerTask( 'readme', [ 'wp_readme_to_markdown' ] );
Expand Down

0 comments on commit fcb80e4

Please sign in to comment.