Skip to content

Commit

Permalink
Cleanup the helpers from the dust repo, fix the make test
Browse files Browse the repository at this point in the history
  • Loading branch information
vybs committed Sep 30, 2012
1 parent ba47236 commit c00eca8
Show file tree
Hide file tree
Showing 11 changed files with 43 additions and 5,075 deletions.
4 changes: 1 addition & 3 deletions Makefile
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -62,14 +62,12 @@ dust:
@@mkdir -p dist @@mkdir -p dist
@@touch ${CORE} @@touch ${CORE}
@@echo "$$HEADER" > ${CORE} @@echo "$$HEADER" > ${CORE}
@@cat ${SRC}/dust.js\ @@cat ${SRC}/dust.js >> ${CORE}
${SRC}/dust-helpers.js >> ${CORE}
@@echo ${CORE} built @@echo ${CORE} built


@@touch ${FULL} @@touch ${FULL}
@@echo "$$HEADER" > ${FULL} @@echo "$$HEADER" > ${FULL}
@@cat ${SRC}/dust.js\ @@cat ${SRC}/dust.js\
${SRC}/dust-helpers.js\
${SRC}/compiler.js\ ${SRC}/compiler.js\
${SRC}/parser.js >> ${FULL} ${SRC}/parser.js >> ${FULL}
@@echo ${FULL} built @@echo ${FULL} built
Expand Down
Loading

0 comments on commit c00eca8

Please sign in to comment.