MonarcAppFO/scripts/extract_translations.sh

10 lines
167 B
Bash
Raw Normal View History

2016-04-13 17:03:50 +02:00
#!/bin/bash
pushd node_modules/ng_client
if [ -f node_modules/.bin/grunt ]; then
node_modules/.bin/grunt extract_translations
else
grunt extract_translations
2016-04-13 17:03:50 +02:00
fi