Skip to content

Commit a9ebfa5

Browse files
committed
Fix examples CSS in dist
1 parent 18aec6a commit a9ebfa5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,10 @@ cleanall: clean
9090
mkdir -p $(dir $@)
9191
cp -R cesium/Build/Cesium dist/
9292
cp -R examples dist/
93+
cp ol3/css/ol.css dist/
9394
for f in dist/examples/*.html; do $(SEDI) 'sY/@loaderY../ol3cesium.jsY' $$f; done
9495
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
9597
for f in dist/examples/*.js; do $(SEDI) 'sY../cesium/Build/Y../Y' $$f; done
9698
touch $@
9799

0 commit comments

Comments
 (0)