Skip to content

Commit

Permalink
Generate example-list.js earlier
Browse files Browse the repository at this point in the history
The example-list.js file was generated after the copy of the
example repository to dist directory.
  • Loading branch information
gberaudo committed Feb 25, 2015
1 parent 22201b0 commit fecd017
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ dist: dist/ol3cesium.js dist/ol3cesium-debug.js CHANGES.md

.PHONY: dist-examples
dist-examples: .build/dist-examples.timestamp
node build/parse-examples.js

.PHONY: dist-apidoc
dist-apidoc:
Expand Down Expand Up @@ -81,6 +80,7 @@ cleanall: clean
touch $@

.build/dist-examples.timestamp: ol3/build/ol-debug.js ol3/build/ol.js ol3/build/ol.css cesium/Build/Cesium/Cesium.js dist/ol3cesium.js $(EXAMPLES_JS_FILES) $(EXAMPLES_HTML_FILES)
node build/parse-examples.js
mkdir -p $(dir $@)
mkdir -p dist/ol3
cp ol3/build/ol-debug.js dist/ol3/
Expand Down

0 comments on commit fecd017

Please sign in to comment.