Skip to content

Commit

Permalink
generate jquery.wmd.js and jquery.wmd.min.js by combining all js files
Browse files Browse the repository at this point in the history
  • Loading branch information
anandology committed Dec 10, 2009
1 parent 98cac22 commit 5444d24
Show file tree
Hide file tree
Showing 6 changed files with 4,209 additions and 100 deletions.
10 changes: 10 additions & 0 deletions Makefile
@@ -0,0 +1,10 @@

JSFILES=jquery-wmd-plugin.js wmd.js showdown.js

all: jquery.wmd.js jquery.wmd.min.js

jquery.wmd.js: $(JSFILES)
cat $(JSFILES) > $@

jquery.wmd.min.js: $(JSFILES)
cat $(JSFILES) | python jsmin.py > $@

0 comments on commit 5444d24

Please sign in to comment.