Skip to content

Commit

Permalink
Issue #37 : improved scripts and config
Browse files Browse the repository at this point in the history
  • Loading branch information
sdeleuze committed Mar 23, 2012
1 parent 16378c5 commit 3aeb5cb
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 7 deletions.
3 changes: 3 additions & 0 deletions install-optimized.bat
Original file line number Diff line number Diff line change
@@ -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
2 changes: 0 additions & 2 deletions optimize.bat

This file was deleted.

4 changes: 0 additions & 4 deletions optimize.sh

This file was deleted.

2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<configuration>
<failOnMissingWebXml>false</failOnMissingWebXml>
<warSourceDirectory>${basedir}/src</warSourceDirectory>
<packagingExcludes>documentation/**,test/**,WEB-INF/**,META-INF/**</packagingExcludes>
<packagingExcludes>documentation/**,test/**,WEB-INF/**,META-INF/**,src/resthub.build.js</packagingExcludes>
</configuration>
</plugin>
<plugin>
Expand Down

0 comments on commit 3aeb5cb

Please sign in to comment.