ember-cli-yuidoc
ember-cli-yuidoc copied to clipboard
EmberCLI addon for generate documentation from YUIDoc coments
# Right now: EmberCLI addon for generate documentation from YUIDoc coments # Should be: EmberCLI addon for generating documentation from YUIDoc comments
[This package](https://www.jsdelivr.com/package/npm/ember-cli-yuidoc) doesn't have a [default file](https://www.jsdelivr.com/features#publishing-packages) set. You can set it via `jsdelivr`, `browser`, or `main` field in `package.json`
`ember serve --docs` works with ember-cli up to version 0.2.3, but not with version 0.2.4 or higher. It still starts up regularly and starts preparing the documentation, but doesn't recognise...
# Motivation For application developers, this feature allows docs to be integrated as part of an Ember application. The integration would be straight forward too. For add-on developers, this feature...
Since this addon is Ember specific, does it make sense to link to the official ember & ember data yuidoc when generating a blueprint? Like, ``` "external": { "data": [...
``` npm WARN deprecated [email protected]: This package has been discontinued in favor of lodash@^4.0.0. ```
It's a very common situation when an addon author has to maintain two or more addon versions in parallel. Generating docs only for the latest version means abandoning all users...
Hey, I just installed this addon and it breaks with restrictive CSP enabled. ``` Refused to load the stylesheet 'http://yui.yahooapis.com/3.9.1/build/cssgrids/cssgrids-min.css' because it violates the following Content Security Policy directive: "style-src...
``` $ ember serve --docs version: 0.2.3 The option '--docs' is not registered with the serve command. Run `ember serve --help` for a list of supported options. ```