Skip to content

Commit

Permalink
- fixed some validation
Browse files Browse the repository at this point in the history
- fixed build script
- added debug build
  • Loading branch information
piebev committed Jul 3, 2014
1 parent 4f4e009 commit 2cfc4e5
Show file tree
Hide file tree
Showing 8 changed files with 1,037 additions and 12 deletions.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
DEBUG="js-schema.debug.js"
MIN="js-schema.min.js"

browserify index.js | sed 's|require("/index.js")|window.schema = require("/index.js")|g' >$DEBUG
browserify index.js -o $DEBUG -s schema

uglifyjs $DEBUG >$MIN
Loading

0 comments on commit 2cfc4e5

Please sign in to comment.