Updating Makefile to not add a redundant header in the minified javascript.

This commit is contained in:
Wes Freeman
2011-11-29 22:47:17 -05:00
parent 9eb0423cb2
commit 62a36e567f

View File

@@ -50,7 +50,6 @@ rhino:
min: less
@@echo minifying...
@@cat ${HEADER} | sed s/@VERSION/${VERSION}/ > ${DIST_MIN}
@@uglifyjs ${DIST} >> ${DIST_MIN}
clean: