Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not adding the README.md file (was working in old versions) #173

Closed
Ziv-Barber opened this issue Aug 28, 2016 · 0 comments
Closed

Not adding the README.md file (was working in old versions) #173

Ziv-Barber opened this issue Aug 28, 2016 · 0 comments

Comments

@Ziv-Barber
Copy link

Ziv-Barber commented Aug 28, 2016

    jsdoc: {
        dist: {
            src: [
                'gruntfile.js',
                'index.js'
            ],
            options: {
                'destination': 'doc',
                'package': 'package.json',
                'readme': 'README.md'
            }
        }
    }
});

But when I generating the docs I can see only the source code of index.js instead of the README.md file.
It was working in the old versions. Not working in 2.10.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant