mirror of
https://github.com/pulsar-edit/pulsar.git
synced 2024-12-29 09:34:58 +03:00
Remove redundant argument to biscotto
This commit is contained in:
parent
61e5e6ea28
commit
a604e51f1c
@ -10,7 +10,7 @@ module.exports = (grunt) ->
|
||||
grunt.task.run('markdown:guides')
|
||||
|
||||
done = @async()
|
||||
args = [commonArgs..., '--name', 'Atom', '--title', 'Atom API Documentation', '-o', 'docs/output/api', 'src/']
|
||||
args = [commonArgs..., '--title', 'Atom API Documentation', '-o', 'docs/output/api', 'src/']
|
||||
grunt.util.spawn({cmd, args, opts}, done)
|
||||
|
||||
grunt.registerTask 'lint-docs', 'Generate stats about the doc coverage', ->
|
||||
|
Loading…
Reference in New Issue
Block a user