Skip to content

Commit

Permalink
update options
Browse files Browse the repository at this point in the history
  • Loading branch information
idleberg committed Apr 26, 2024
1 parent efe9ebc commit 0b62524
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,17 @@ module.exports = function (grunt) {

// Configuration to be run (and then tested).
po2mo: {
stage: {
src: "test/fixtures/fr.po",
dest: "tmp/fr.mo",
options: {
noConvert: true,
}
},
prod: {
options: {
deleteSrc: true,
noConvert: true,
deleteSrc: true,
},
src: "tmp/fixtures/fr.po",
dest: "tmp/fr.mo",
Expand Down

0 comments on commit 0b62524

Please sign in to comment.