Generate .mo files with Grunt

This commit is contained in:
Pierre Rudloff 2017-05-29 19:11:16 +02:00
parent ff247a5c08
commit ce1cbe3e0f
4 changed files with 15 additions and 2 deletions

View file

@ -8,7 +8,8 @@
"bower": "~1.8.0",
"grunt": "~1.0.1",
"grunt-contrib-cssmin": "~2.2.0",
"grunt-contrib-uglify": "~3.0.0"
"grunt-contrib-uglify": "~3.0.0",
"grunt-potomo": "~3.5.0"
},
"devDependencies": {
"grunt-contrib-compress": "~1.4.1",