UNPKG

generator-frigate

Version:

Yeoman generator for webapp development with React, webpack hot reloading, es6 (babel), sass, karma and BrowserSync as a development server/proxy.

25 lines (19 loc) 861 B
# Hologram will run from same directory where this config file resides # All paths should be relative to there # The directory containing the source files to parse recursively source: ./client/scss # The directory that hologram will build to destination: ./styleguide # The assets needed to build the docs (includes header.html, # footer.html, etc) # You may put doc related assets here too: images, css, etc. documentation_assets: ./styleguide/doc_assets # Any other asset folders that need to be copied to the destination # folder. Typically this will include the css that you are trying to # document. May also include additional folders as needed. #dependencies: # - ./client # Mark which category should be the index page # Alternatively, you may have an index.md in the documentation assets # folder instead of specifying this config. index: basics