Skip to content

Commit

Permalink
Fix npm run build and compile assets
Browse files Browse the repository at this point in the history
  • Loading branch information
unfulvio committed Nov 16, 2023
1 parent 23bd46c commit 704f80b
Show file tree
Hide file tree
Showing 10 changed files with 525 additions and 546 deletions.
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ module.exports = function( grunt ) {
grunt.registerTask( 'default', [
'coffee',
'sass',
'makepot',
'shell:makepot',
] );

};
1,049 changes: 514 additions & 535 deletions woocommerce/i18n/languages/woocommerce-plugin-framework.pot

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Large diffs are not rendered by default.

Loading

0 comments on commit 704f80b

Please sign in to comment.