We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88abdb9 commit 068e547Copy full SHA for 068e547
.gitignore
@@ -1,6 +1,5 @@
1
-syntax: glob
2
-
3
._*
4
.DS_Store
5
*.log
6
*.cache
+
build.py
build.sh
@@ -0,0 +1,6 @@
+#! /bin/bash
+# Build script for minifying the Javascript
+java -jar ~/bin/compiler.jar --js src/jquery.signaturepad.js --js_output_file assets/jquery.signaturepad.min.js
0 commit comments