Skip to content

Commit

Permalink
issue #37
Browse files Browse the repository at this point in the history
This fixes the issue where regula threw an exception when you attempted
to bind the same constraint-definition (programmatically) to multiple
elements while supplying a group parameter as well. I also took the
opportunity to clean up the root directory, which was getting kind of
cluttered.
  • Loading branch information
vivin committed Apr 25, 2013
1 parent 4438167 commit cde3b3e
Show file tree
Hide file tree
Showing 13 changed files with 4,792 additions and 63 deletions.
6 changes: 6 additions & 0 deletions devreadme.txt
@@ -0,0 +1,6 @@
notes/ contains the ebnf for constraint annotations.
scaffold/ contains HTML for qunit test pages and for sandbox HTML pages where I can play around and debug stuff using tracegl
src/ contains the source code for the project along with third-party libraries

build.sh will build a complete, optimized distribution of the project.
test-build.sh will build a complete distribution that has NOT been optimized, which makes debugging easier during tests.

0 comments on commit cde3b3e

Please sign in to comment.