The current setup for angular.io does not use the `readFilesProcessor`
so the `docs-package` doesn't need to configure it.
(For example, all the guide docs are written in straight Jade and are not
processed by dgeni).
In fact the `angular.io-package` explicitly disables this processor.
Given this, setting the basePath for the `readFilesProcessor` in the
`angular.io-package` is not really a hack, since we do need it for the
`writeFilesProcessor`.
- add warning when bad example tag is encountered.
- shredding for api docs + refactoring of gulpfile to clarify task names.
- added top level gulp tasks + error handling cleanup
- added test-api-builder gulp task
- added warning messages during build-shred-map processing
- mixin signature change
- updated styleguide ... continued.
- added @exampleTabs inlinetag support + refactoring shared services between @example and @exampleTabs
- added new inline tag @linkDevGuide + cleanup
- added angular source watch logic for serve-and-sync and source for examples changed from test -> examples + cleanup
- promisify del
- styleguide explanation of @example, @exampleTabs and @linkDevGuide
Jade does not like to have lines with only whitespace between processing marks
and the start of the actual content.
This fix provides a nunjucks filter that can strip off such offending whitespace
when rendering into a Jade syntax file.