Skip to content

Commit 068e547

Browse files
committedApr 7, 2011
Changed build file to bash script instead of python.
1 parent 88abdb9 commit 068e547

File tree

3 files changed

+7
-11
lines changed

3 files changed

+7
-11
lines changed
 

‎.gitignore

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
syntax: glob
2-
31
._*
42
.DS_Store
53
*.log
64
*.cache
5+

‎build.py

-9
This file was deleted.

‎build.sh

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
#! /bin/bash
2+
3+
# Build script for minifying the Javascript
4+
5+
java -jar ~/bin/compiler.jar --js src/jquery.signaturepad.js --js_output_file assets/jquery.signaturepad.min.js
6+

0 commit comments

Comments
 (0)
Please sign in to comment.