Skip to content

Commit

Permalink
Merge pull request #496 from wfreeman/master
Browse files Browse the repository at this point in the history
Removed call to put header into minified build, because it's already there.
  • Loading branch information
Alexis Sellier committed Dec 10, 2011
2 parents 5c94387 + 62a36e5 commit cf5d305
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ rhino:

min: less
@@echo minifying...
@@cat ${HEADER} | sed s/@VERSION/${VERSION}/ > ${DIST_MIN}
@@uglifyjs ${DIST} >> ${DIST_MIN}

clean:
Expand Down

0 comments on commit cf5d305

Please sign in to comment.