mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-25 11:55:03 +03:00
Gruntfile Cleanup & Documentation
refs #2622, refs #1340 - added documentation to grunt tasks which will replace the wiki page, including reordering the tasks to make the documentation easier to read - removed grunt changelog which is no longer used - merged jshint:shared into jshint:server - cleanup of quote marks, formatting, line lengths etc - also fixed the incorrect version number for grunt-docker - added route tests to coverage
This commit is contained in:
parent
f84d3d32e5
commit
0c252fb687
785
Gruntfile.js
785
Gruntfile.js
File diff suppressed because it is too large
Load Diff
@ -5,4 +5,5 @@ var blanket = require("blanket")({
|
||||
requireDir = require("require-dir");
|
||||
|
||||
requireDir("./unit");
|
||||
requireDir("./integration");
|
||||
requireDir("./integration");
|
||||
requireDir("./functional/routes");
|
@ -71,7 +71,7 @@
|
||||
"grunt-contrib-jshint": "~0.8.0",
|
||||
"grunt-contrib-uglify": "~0.2.5",
|
||||
"grunt-contrib-watch": "~0.5.3",
|
||||
"grunt-docker": "~0.8.8",
|
||||
"grunt-docker": "~0.0.8",
|
||||
"grunt-express-server": "~0.4.11",
|
||||
"grunt-groc": "~0.4.5",
|
||||
"grunt-mocha-cli": "~1.4.0",
|
||||
|
Loading…
Reference in New Issue
Block a user