From d57ed087cc95c6bc52628f41d6f9cd7e5b3c3565 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Fri, 6 Jul 2012 08:00:16 -0400 Subject: [PATCH] added listing of min directory --- test/test.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/test.sh b/test/test.sh index cf9e91e1..71405a32 100644 --- a/test/test.sh +++ b/test/test.sh @@ -7,4 +7,5 @@ jshint --config ./.jshintrc ./lib/cloudfunc.js ./lib/server/minify.js ./lib/clie echo "jshint ./package.json ./config.json" jshint --config ./.jshintrc ./package.json ./config.json npm i uglify-js clean-css html-minifier css-b64-images -node server.js testing \ No newline at end of file +node server.js testing +ls ./min \ No newline at end of file