debug build should not use dist/style.css
This commit is contained in:
parent
ca736d6678
commit
5b07537cca
2
main.js
2
main.js
@ -55,7 +55,7 @@ for(var i = 0; i < d.length; i++) {
|
|||||||
document.getElementsByTagName('head')[0].innerHTML = ''
|
document.getElementsByTagName('head')[0].innerHTML = ''
|
||||||
//~ + '<link rel="stylesheet" type="text/css" href="http://0.0.0.0:8000/style.css"/>'
|
//~ + '<link rel="stylesheet" type="text/css" href="http://0.0.0.0:8000/style.css"/>'
|
||||||
+ '<title>Ingress Intel Map</title>'
|
+ '<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://cdn.leafletjs.com/leaflet-0.5/leaflet.css"/>'
|
||||||
+ '<link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=Coda"/>';
|
+ '<link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=Coda"/>';
|
||||||
|
|
||||||
|
@ -5,4 +5,5 @@ cp ttic-debug.user.js dist/total-conversion-build.user.js
|
|||||||
cp style.css dist/style.css
|
cp style.css dist/style.css
|
||||||
cp external/leaflet_google.js dist/leaflet_google.js
|
cp external/leaflet_google.js dist/leaflet_google.js
|
||||||
cp external/autolink.js dist/autolink.js
|
cp external/autolink.js dist/autolink.js
|
||||||
echo 'Done'
|
|
||||||
|
echo 'Change path of style.css to dist/style.css'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user