Skip to content

Commit

Permalink
clean up library
Browse files Browse the repository at this point in the history
  • Loading branch information
cqx931 committed Sep 14, 2018
1 parent 06ddac0 commit b1089a9
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 159 deletions.
159 changes: 0 additions & 159 deletions src/lib/whitelist.js

This file was deleted.

4 changes: 4 additions & 0 deletions tools/make-chromium.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,10 @@ python3 tools/import-war.py $DES/
sed -i '' "s/{UBLOCK_VERSION}/${UBLOCK}/" $DES/popup.html
sed -i '' "s/{UBLOCK_VERSION}/${UBLOCK}/" $DES/links.html

# Remove the following files
rm $DES/js/adn/tests.js
rm -R $DES/lib/qunit

#echo "*** uBlock0.chromium: Generating meta..."
#python tools/make-chromium-meta.py $DES/

Expand Down
4 changes: 4 additions & 0 deletions tools/make-opera.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,10 @@ sed -i '' "s/\"{version}\"/${VERSION}/" $DES/manifest.json
sed -i '' "s/{UBLOCK_VERSION}/${UBLOCK}/" $DES/popup.html
sed -i '' "s/{UBLOCK_VERSION}/${UBLOCK}/" $DES/links.html

# Remove the following files
rm $DES/js/adn/tests.js
rm -R $DES/lib/qunit

echo "*** AdNauseam.Opera: Package Done."
echo
# python tools/make-webext-meta.py $DES/ ADN: user our own version
Expand Down
3 changes: 3 additions & 0 deletions tools/make-webext.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@ rm $DES/js/vapi-usercss.js
rm $DES/img/icon_128.png
rm $DES/options_ui.html
rm $DES/js/options_ui.js
# Remove the following files
rm $DES/js/adn/tests.js
rm -R $DES/lib/qunit

echo "*** AdNauseam.WebExt: Generating meta..."
# python tools/make-webext-meta.py $DES/ ADN: use our own version
Expand Down

0 comments on commit b1089a9

Please sign in to comment.