Skip to content

Commit

Permalink
Package: provide source css & js files on CDNJS. Fixes #1222
Browse files Browse the repository at this point in the history
  • Loading branch information
Mottie committed Jun 15, 2016
1 parent a15f42b commit 2dad5a1
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,9 @@
{
"basePath": "",
"files": [
"dist/**/*"
"dist/**/*",
"css/*",
"js/**/*"
]
}
],
Expand All @@ -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"
}
Expand Down

0 comments on commit 2dad5a1

Please sign in to comment.