forked from stevenmills/bootstrapvalidator
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c98619e
commit 1f66ea7
Showing
10 changed files
with
81 additions
and
39 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,12 +6,13 @@ module.exports = function(grunt) { | |
|
||
banner: [ | ||
'/**', | ||
' * BootstrapValidator v<%= pkg.version %> (<%= pkg.homepage %>)', | ||
' * BootstrapValidator (<%= pkg.homepage %>)', | ||
' *', | ||
' * A jQuery plugin to validate form fields. Use with Bootstrap 3', | ||
' *', | ||
' * @author Nguyen Huu Phuoc <[email protected]>', | ||
' * @copyright (c) 2013 Nguyen Huu Phuoc', | ||
' * @version v<%= pkg.version %>', | ||
' * @author <%= pkg.author.url %>', | ||
' * @copyright (c) 2013 - 2014 Nguyen Huu Phuoc', | ||
' * @license MIT', | ||
' */\n\n' | ||
].join('\n'), | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.