diff --git a/extension/pack-extension.sh b/extension/pack-extension.sh index eb6376bc2..86a98f194 100755 --- a/extension/pack-extension.sh +++ b/extension/pack-extension.sh @@ -6,7 +6,7 @@ NODE_ENV=production node_modules/.bin/webpack -p echo "Manually removing 'localhost:9000' from the manifest.json" # This is savage. grep -v localhost manifest.json | grep -v 127\.0 > ./dist/manifest.json -cp ../backend/parsers/longlabel.js src/ +echo "Developer, remind to check if ../backend/parsers/longlabel.js and src/longlabel.js differs!" #V=`git tag -l | head -1` #sed -es'/BUILD_VERSION/'$V'/' src/popup/popup.html > dist/popup.html