mirror of
https://github.com/atom/atom.git
synced 2026-01-23 05:48:10 -05:00
Bump the biscotto version
This prevents doc builds from occuring when you're only interested in stats/missing
This commit is contained in:
@@ -68,7 +68,7 @@
|
||||
"nslog": "0.1.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"biscotto": "0.0.11",
|
||||
"biscotto": "0.0.12",
|
||||
"grunt": "~0.4.1",
|
||||
"grunt-cli": "~0.1.9",
|
||||
"grunt-coffeelint": "0.0.6",
|
||||
|
||||
@@ -13,10 +13,10 @@ module.exports = (grunt) ->
|
||||
|
||||
grunt.registerTask 'lint-docs', 'Generate stats about the doc coverage', ->
|
||||
done = @async()
|
||||
args = [commonArgs..., '--statsOnly', 'src/app/']
|
||||
args = [commonArgs..., '--noOutput', 'src/app/']
|
||||
grunt.util.spawn({cmd, args, opts}, done)
|
||||
|
||||
grunt.registerTask 'missing-docs', 'Generate stats about the doc coverage', ->
|
||||
done = @async()
|
||||
args = [commonArgs..., '--listMissing', 'src/app/']
|
||||
args = [commonArgs..., '--noOutput', '--missing', 'src/app/']
|
||||
grunt.util.spawn({cmd, args, opts}, done)
|
||||
|
||||
Reference in New Issue
Block a user