diff --git a/js/examples/location/.gitignore b/js/examples/location/.gitignore new file mode 100644 index 0000000..62138e5 --- /dev/null +++ b/js/examples/location/.gitignore @@ -0,0 +1 @@ +*.expanded.js diff --git a/js/examples/location/Makefile b/js/examples/location/Makefile new file mode 100644 index 0000000..6b0a114 --- /dev/null +++ b/js/examples/location/Makefile @@ -0,0 +1,7 @@ +all: index.expanded.js + +%.expanded.js: %.js + ../../bin/syndicatec $< > $@ || (rm -f $@; false) + +clean: + rm -f *.expanded.js diff --git a/js/examples/location/index.html b/js/examples/location/index.html index 64ddd16..c0d2b6f 100644 --- a/js/examples/location/index.html +++ b/js/examples/location/index.html @@ -8,9 +8,7 @@ - - - +