adding jquery-pjax

This commit is contained in:
Jarred de Beer
2013-12-07 18:02:06 +02:00
parent eb7d524ab1
commit 1d04f64f4d
2 changed files with 14 additions and 0 deletions
@@ -0,0 +1,13 @@
{
"main": "jquery.pjax",
"files": ["jquery.pjax.js"],
"shim": {
"jquery.pjax": ["jquery"]
},
"dependencyMap": {
"jquery": "jquery@2.0"
},
"buildConfig": {
"uglify": true
}
}
+1
View File
@@ -18,6 +18,7 @@
"foundation": "github:zurb/bower-foundation",
"jquery": "github:components/jquery",
"jquery-file-upload": "github:blueimp/jQuery-File-Upload",
"jquery-pjax": "github:defunkt/jquery-pjax",
"jquery.cookie": "github:carhartl/jquery-cookie",
"kickstrap": "github:ajkochanowicz/Kickstrap",
"marionette": "github:marionettejs/backbone.marionette",