Skip to content

Commit

Permalink
Relocate validators to their own file
Browse files Browse the repository at this point in the history
* Create new validators.js file
* Fix more unit test scoping and classname issues
  • Loading branch information
craig-davis committed Mar 31, 2013
1 parent e51f9fd commit f72a238
Show file tree
Hide file tree
Showing 8 changed files with 414 additions and 432 deletions.
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ module.exports = function (grunt) {
dest: 'dist/uni-form.jquery.js'
},
dist_validation: {
src: ['src/uni-form-validation.jquery.js', 'src/validators/*.js'],
src: ['src/uni-form-validation.jquery.js', 'src/validators.js'],
dest: 'dist/uni-form-validation.jquery.js'
}
},
Expand Down
234 changes: 118 additions & 116 deletions dist/uni-form-validation.jquery.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/uni-form-validation.jquery.min.js

Large diffs are not rendered by default.

Loading

0 comments on commit f72a238

Please sign in to comment.