donejs / donejs/donejs-documentjs

Add dot component files to documentjs config ~1

Open
#2 0 comments 0 reactions 0 assignees View on GitHub
bug p3
Dominant language
JavaScript
Stars
2
Forks
0
PR merge metrics
No merged PRs in 30d

Description

@Macrofig commented on [Wed Aug 24 2016](https://github.com/donejs/generator-donejs/issues/142)

The generator currently creates the following `documentjs.json`

``` json
{
"sites": {
"docs": {
"dest": "docs",
"parent": "bithub-admin",
"pageConfig": {
"page": "docs"
},
"glob": {
"pattern": "src/**/*.{js,md}"
}
}
}
}
```

This does not document `.component` files.

Should output the following:

``` json
{
"sites": {
"docs": {
"dest": "docs",
"parent": "bithub-admin",
"pageConfig": {
"page": "docs"
},
"glob": {
"pattern": "src/**/*.{js,md,component}"
}
}
}
}

```

---

@justinbmeyer commented on [Mon Oct 17 2016](https://github.com/donejs/generator-donejs/issues/142#issuecomment-254391433)

Do you document .component files?

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.