useful to test asset-updating code paths

This commit is contained in:
gorhill 2014-08-21 17:47:02 -04:00
parent f62f5a0172
commit 444bb3ff5f
1 changed files with 15 additions and 0 deletions

15
make-noassets.sh Executable file
View File

@ -0,0 +1,15 @@
#!/bin/bash
#
# This script assumes a linux environment
echo "*** uBlock: Creating web store package"
echo "*** uBlock: Copying files"
cp -R css dist/ublock/
cp -R img dist/ublock/
cp -R js dist/ublock/
cp -R lib dist/ublock/
cp -R _locales dist/ublock/
cp *.html dist/ublock/
cp *.txt dist/ublock/
cp manifest.json dist/ublock/
echo "*** uBlock: Package done."