From 3aeb5cbd0c2dbbb016212f50a383ac39404981b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Deleuze?= Date: Fri, 23 Mar 2012 23:42:17 +0100 Subject: [PATCH] Issue #37 : improved scripts and config --- install-optimized.bat | 3 +++ optimize.bat | 2 -- optimize.sh | 4 ---- pom.xml | 2 +- 4 files changed, 4 insertions(+), 7 deletions(-) create mode 100644 install-optimized.bat delete mode 100644 optimize.bat delete mode 100644 optimize.sh diff --git a/install-optimized.bat b/install-optimized.bat new file mode 100644 index 0000000..9cfd6e1 --- /dev/null +++ b/install-optimized.bat @@ -0,0 +1,3 @@ +node src/lib/r.js -o src/resthub.build.js +cp target/minified/lib/resthub.js src/lib/resthub.min.js +mvn install \ No newline at end of file diff --git a/optimize.bat b/optimize.bat deleted file mode 100644 index 893bfe2..0000000 --- a/optimize.bat +++ /dev/null @@ -1,2 +0,0 @@ -node src/lib/r.js -o src/resthub.build.js -cp target/minified/lib/resthub.js src/lib/resthub.min.js \ No newline at end of file diff --git a/optimize.sh b/optimize.sh deleted file mode 100644 index 9a88c34..0000000 --- a/optimize.sh +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh - -node src/lib/r.js -o src/resthub.build.js -cp target/minified/lib/resthub.js src/lib/resthub.min.js \ No newline at end of file diff --git a/pom.xml b/pom.xml index 305cda0..f3b03c7 100644 --- a/pom.xml +++ b/pom.xml @@ -28,7 +28,7 @@ false ${basedir}/src - documentation/**,test/**,WEB-INF/**,META-INF/** + documentation/**,test/**,WEB-INF/**,META-INF/**,src/resthub.build.js