grunt-ngdocs: styles file not included to demo code
问题 I am using grunt-ngdocs to document my Angular project. But the demo Plunker code (generated automatically) doesn't include the CSS file. My configuration in Gruntfile.js includes: ... scripts: [ 'https://code.jquery.com/jquery-2.1.4.js' ], styles: [ 'https://cdnjs.cloudflare.com/ajax/libs/semantic-ui/2.0.7/semantic.css' ] ... In my JS src file: @example <example module="sui.checkbox"> <file name="index.html"> ... </file> <example> On the API page, the JS and CSS files are loaded correctly.