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

7
.gitignore vendored
View File

@@ -1,5 +1,4 @@
iD.js
iD.min.js
iD.css
build
dist/iD.js
dist/iD.min.js
dist/iD.css
transifex.auth