We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18aec6a commit a9ebfa5Copy full SHA for a9ebfa5
Makefile
@@ -90,8 +90,10 @@ cleanall: clean
90
mkdir -p $(dir $@)
91
cp -R cesium/Build/Cesium dist/
92
cp -R examples dist/
93
+ cp ol3/css/ol.css dist/
94
for f in dist/examples/*.html; do $(SEDI) 'sY/@loaderY../ol3cesium.jsY' $$f; done
95
for f in dist/examples/*.html; do $(SEDI) 'sY../cesium/Build/Y../Y' $$f; done
96
+ for f in dist/examples/*.html; do $(SEDI) 'sY../ol3/css/ol.cssY../ol.cssY' $$f; done
97
for f in dist/examples/*.js; do $(SEDI) 'sY../cesium/Build/Y../Y' $$f; done
98
touch $@
99
0 commit comments