Skip to content

Commit

Permalink
clean
Browse files Browse the repository at this point in the history
  • Loading branch information
Contra committed Mar 22, 2013
1 parent 3c0398d commit cc48c16
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 399 deletions.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ build: components lib
@node_modules/.bin/uglifyjs -nc --unsafe -mt -o APPNAME.min.js APPNAME.js
@echo "File size (minified): " && cat APPNAME.min.js | wc -c
@echo "File size (gzipped): " && cat APPNAME.min.js | gzip -9f | wc -c
@cp ./APPNAME.js ./example
@cp ./APPNAME.js ./examples/

test: build lib
@node_modules/.bin/mocha --compilers coffee:coffee-script
Expand All @@ -28,6 +28,7 @@ docs.deploy: docs
rm -rf .git

clean:
@rm -rf dist
@rm -rf components
@rm -rf build
@rm -rf docs
Expand Down
2 changes: 0 additions & 2 deletions dist/main.js

This file was deleted.

Loading

0 comments on commit cc48c16

Please sign in to comment.