Repo: attempt to use autoupdate for cdnjs.com

This commit is contained in:
Mottie 2014-10-26 21:19:09 -05:00
parent 7f18652b68
commit 4601674254

View File

@ -46,7 +46,20 @@
}, },
"npmName": "tablesorter", "npmName": "tablesorter",
"npmFileMap": [{ "npmFileMap": [{
"basePath": "./", "basePath": "",
"files": [
"js/*",
"js/**/*",
"css/*",
"css/images/*",
"addons/pager/*",
"addons/pager/icons/*"
]
}],
"autoupdate": {
"source": "git",
"target": "git://github.com/Mottie/tablesorter.git",
"basePath": "",
"files": [ "files": [
"js/*", "js/*",
"js/**/*", "js/**/*",
@ -55,5 +68,5 @@
"addons/pager/*", "addons/pager/*",
"addons/pager/icons/*" "addons/pager/icons/*"
] ]
}] }
} }