Create a dist directory

This directory will contain the built sources (iD.js, iD.css)
and images. On a release branch, we will check in the generated
files. For the osm.us/master deploy, it should run make and use
dist/ as the root.

Paths in css are relative, e.g. url(img/foo.png).
This commit is contained in:
John Firebaugh
2013-04-16 14:53:57 -07:00
parent 5af65fd209
commit aedd5ee46e
62 changed files with 95 additions and 106 deletions
+1 -1
View File
@@ -1 +1 @@
../img
../dist/img/
+1 -1
View File
@@ -17,7 +17,7 @@
<script src="lib/bind-shim.js"></script>
<!-- include source files here... -->
<script src='../iD.min.js'></script>
<script src='../dist/iD.min.js'></script>
<script src="spec/spec_helpers.js"></script>