Skip to content

Commit

Permalink
minifier file created to use uglifier locally. Uglifier-js Dependency…
Browse files Browse the repository at this point in the history
… added. Dust-helper src fixed in test.html.
  • Loading branch information
leojuliand authored and jairodemorais committed Aug 15, 2012
1 parent 6ef56bc commit d0affe6
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 1,467 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@ min: dust
@@echo minifying...
@@echo "$$HEADER" > ${CORE_MIN}
@@echo "$$HEADER" > ${FULL_MIN}
uglifyjs -b -i -nmf -o ${CORE_MIN} ${CORE}
uglifyjs -b -i -nmf -o ${FULL_MIN} ${FULL}
node utils/minifier ${CORE} ${CORE_MIN}
node utils/minifier ${FULL} ${FULL_MIN}

clean:
git rm dist/*
Expand Down
Loading

0 comments on commit d0affe6

Please sign in to comment.