Skip to content
Snippets Groups Projects
Commit 59e72d4b authored by Lloyd Hilaiel's avatar Lloyd Hilaiel
Browse files

remove obsolete cleanup_compress.sh script - now scripts/compress doesn't...

remove obsolete cleanup_compress.sh script - now scripts/compress doesn't leave artifacts all over the place
parent ad0557e9
No related branches found
No related tags found
No related merge requests found
#!/bin/bash
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
cd ../resources/static
git checkout -- include.js shared/templates.js
if [ -e communication_iframe/production.js ] ; then
rm communication_iframe/production.*
fi
if [ -e dialog/production.js ] ; then
rm dialog/production.*
fi
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment