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

@ -55,7 +55,7 @@ for(var i = 0; i < d.length; i++) {
document.getElementsByTagName('head')[0].innerHTML = ''
//~ + '<link rel="stylesheet" type="text/css" href="http://0.0.0.0:8000/style.css"/>'
+ '<title>Ingress Intel Map</title>'
+ '<link rel="stylesheet" type="text/css" href="http://breunigs.github.com/ingress-intel-total-conversion/dist/style.css?@@BUILDDATE@@"/>'
+ '<link rel="stylesheet" type="text/css" href="http://breunigs.github.com/ingress-intel-total-conversion/style.css?@@BUILDDATE@@"/>'
+ '<link rel="stylesheet" type="text/css" href="http://cdn.leafletjs.com/leaflet-0.5/leaflet.css"/>'
+ '<link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=Coda"/>';

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'