Skip to content

Commit 26570ba

Browse files
committed
Merge pull request victorjonsson#382 from ray-print/issue323
fix for issue victorjonsson#323
2 parents d0a857e + c38fc3f commit 26570ba

27 files changed

+114
-31
lines changed

Gruntfile.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ module.exports = function (grunt) {
5656
}
5757
});
5858

59-
// Add options for concat ang ugligy
59+
// Add options for concat and uglify
6060
filesToBuild.concat.options = {
6161
banner: "<%= meta.banner %>"
6262
};
@@ -174,6 +174,7 @@ module.exports = function (grunt) {
174174

175175
grunt.registerTask("build", ["version", "concat", "uglify"]);
176176
grunt.registerTask('test', ['concat', 'jshint', 'qunit']);
177+
grunt.registerTask('test-uglify', ['concat', 'uglify', 'jshint', 'qunit']);
177178
grunt.registerTask("default", ["test", "build"]);
178179

179180
};

form-validator/lang/cz.dev.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
*
77
* @website http://formvalidator.net/
88
* @license MIT
9-
* @version 2.2.144
9+
* @version 2.2.145
1010
*/
1111
(function($, window) {
1212

form-validator/lang/cz.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

form-validator/lang/de.dev.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
*
77
* @website http://formvalidator.net/
88
* @license MIT
9-
* @version 2.2.144
9+
* @version 2.2.145
1010
*/
1111
(function($, window) {
1212

form-validator/lang/de.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

form-validator/lang/es.dev.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
*
77
* @website http://formvalidator.net/
88
* @license Dual licensed under the MIT or GPL Version 2 licenses
9-
* @version 2.2.144
9+
* @version 2.2.145
1010
*/
1111
(function($, window) {
1212

form-validator/lang/es.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

form-validator/lang/fr.dev.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
*
77
* @website http://formvalidator.net/
88
* @license MIT
9-
* @version 2.2.144
9+
* @version 2.2.145
1010
*/
1111
(function($, window) {
1212

form-validator/lang/fr.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

form-validator/lang/it.dev.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
*
77
* @website http://formvalidator.net/
88
* @license Dual licensed under the MIT or GPL Version 2 licenses
9-
* @version 2.2.144
9+
* @version 2.2.145
1010
*/
1111
(function($, window) {
1212

0 commit comments

Comments
 (0)