Package: provide source css & js files on CDNJS. Fixes #1222

This commit is contained in:
Rob Garrison 2016-05-30 11:14:39 -05:00
parent 5545b29f08
commit 654828d15d

View File

@ -43,7 +43,9 @@
{
"basePath": "",
"files": [
"dist/**/*"
"dist/**/*",
"css/*",
"js/**/*"
]
}
],
@ -52,21 +54,23 @@
"target": "git://github.com/Mottie/tablesorter.git",
"basePath": "",
"files": [
"dist/**/*"
"dist/**/*",
"css/*",
"js/**/*"
]
},
"devDependencies": {
"grunt": "^1.0.1",
"grunt-cli": "^1.2.0",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-concat": "^1.0.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-cssmin": "^1.0.1",
"grunt-contrib-jshint": "^1.0.0",
"grunt-contrib-qunit": "^1.1.0",
"grunt-contrib-qunit": "^1.2.0",
"grunt-contrib-uglify": "^1.0.1",
"grunt-contrib-watch": "^1.0.0",
"grunt-htmlhint": "^0.9.12",
"grunt-htmlhint": "^0.9.13",
"grunt-jscs": "^2.8.0",
"grunt-string-replace": "^1.2.1"
}