debug build should not use dist/style.css

This commit is contained in:
Stefan Breunig
2013-02-11 18:07:33 +01:00
parent ca736d6678
commit 5b07537cca
2 changed files with 3 additions and 2 deletions

View File

@ -5,4 +5,5 @@ cp ttic-debug.user.js dist/total-conversion-build.user.js
cp style.css dist/style.css
cp external/leaflet_google.js dist/leaflet_google.js
cp external/autolink.js dist/autolink.js
echo 'Done'
echo 'Change path of style.css to dist/style.css'