Merge pull request #358 from santhoshtr/language-data-folder-fix

Fix the path to language-data.json in @wikimedia/language-data
This commit is contained in:
Amir E. Aharoni
2020-04-02 10:30:49 +03:00
committed by GitHub

View File

@@ -28,6 +28,6 @@ else (
echo "Transforming language-data"
"$BASEDIR"/node_modules/browserify/bin/cmd.js "$CLONEDIR"/language-data.json -t "$BASEDIR"/scripts/transform.js -o "$DEST"/jquery.uls.data.js
"$BASEDIR"/node_modules/browserify/bin/cmd.js "$CLONEDIR"/data/language-data.json -t "$BASEDIR"/scripts/transform.js -o "$DEST"/jquery.uls.data.js
echo "language-data wrote to $DEST/jquery.uls.data.js"