Skip to content

Commit

Permalink
Build: Switch to official jQuery-Validation bower
Browse files Browse the repository at this point in the history
The package has been renamed, and while the current old reference is still valid, the official version uses this slug
  • Loading branch information
nschonni committed Apr 15, 2014
1 parent e6ed7fc commit b7f0a1e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Gruntfile.coffee
Expand Up @@ -292,7 +292,7 @@ module.exports = (grunt) ->
lang = filepath.replace "dist/unmin/js/i18n/", ""
# jQuery validation uses an underscore for locals
lang = lang.replace "_", "-"
validationPath = "lib/jquery.validation/localization/"
validationPath = "lib/jquery-validation/localization/"

# Check and append message file
messagesPath = validationPath + "messages_" + lang
Expand Down Expand Up @@ -921,8 +921,8 @@ module.exports = (grunt) ->
"flot/jquery.flot.pie.js"
"flot/jquery.flot.canvas.js"
"SideBySideImproved/jquery.flot.orderBars.js"
"jquery.validation/jquery.validate.js"
"jquery.validation/additional-methods.js"
"jquery-validation/jquery.validate.js"
"jquery-validation/additional-methods.js"
"magnific-popup/dist/jquery.magnific-popup.js"
"google-code-prettify/src/*.js"
"DataTables/media/js/jquery.dataTables.js"
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Expand Up @@ -33,7 +33,7 @@
"jquery": "2.1.0",
"jquery-oldIE": "jquery#1.11.0",
"jquery-pjax": "1.7.3",
"jquery.validation": "1.11.1",
"jquery-validation": "1.11.1",
"magnific-popup": "0.9.8",
"openlayers": "https://github.com/wet-boew/openlayers/releases/download/v2.13.1/OpenLayers-2.13.1.tar.gz",
"proj4": "2.1.0",
Expand Down

0 comments on commit b7f0a1e

Please sign in to comment.