Telegram Web, preconfigured for usage in I2P. http://web.telegram.i2p/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
481 B

package:
10 years ago
./node_modules/gulp/bin/gulp.js package
find dist | grep "DS_Store" | xargs rm -rf
cd dist && zip -r ../releases/webogram_v$(version).zip .
publish:
10 years ago
./node_modules/gulp/bin/gulp.js clean
10 years ago
cd dist && git pull origin gh-pages
./node_modules/gulp/bin/gulp.js publish
echo -n "Please open http://localhost:8000/dist/index.html and check if everything works fine."
read -e
cd dist && git add --all . && git commit -am "merged with master" && git push origin gh-pages