2016-04-13 17:03:50 +02:00
|
|
|
#!/bin/bash
|
|
|
|
|
2019-10-30 10:53:05 +01:00
|
|
|
pushd node_modules/ng_client
|
2016-12-16 17:17:56 +01:00
|
|
|
|
2019-10-30 10:53:05 +01:00
|
|
|
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
|