rename /images/ to /img/. If you're upgrading to the new build script from the old one you'll have to update this path.

This commit is contained in:
Paul Irish
2011-03-05 20:51:37 -08:00
parent 67dfe6f47a
commit 56cefd41e4
2 changed files with 1 additions and 1 deletions

View File

@@ -20,7 +20,7 @@ dir.js.main = ${dir.js}
dir.js.libs = ${dir.js}/libs
dir.js.mylibs = ${dir.js}/mylibs
dir.css = css
dir.images = images
dir.images = img
#

View File