Skip to content

Commit c26ab79

Browse files
committed
Updated Lang.js lib to 1.1.3.
1 parent 2763834 commit c26ab79

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

lib/lang.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

scripts/update-js-lib.sh

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
#!/bin/bash
2+
3+
echo "🔌 Updating Lang.js git submodule..."
4+
git submodule update --remote
5+
6+
echo "📄 Copying Lang.js lib into the project..."
7+
cp ./Lang.js/dist/lang.min.js ./lib/lang.min.js
8+
9+
echo "👌 All good!"

0 commit comments

Comments
 (0)