trulia / hologram

A markdown based documentation system for style guides.
http://trulia.github.io/hologram
Other
2.16k stars 200 forks source link

Issue with multiple sources. #137

Closed lifeiscontent closed 10 years ago

lifeiscontent commented 10 years ago

this is my YAML config, and for some reason its making hologram blow up saying their not valid directories.

# Hologram config

# The directory containing the source files to parse
source:
 - /Users/lifeiscontent/Documents/fortitude-docs/scss
 - /Users/lifeiscontent/Documents/fortitude/scss

# The directory that hologram will build to
destination: ./docs

# The assets needed to build the docs (includes header.html, footer.html, etc)
documentation_assets: ./templates

# This is a custom markdown renderer (see Redcarpet documentation for
# how to do this)
# custom_markdown: trulia_markdown_renderer.rb

# Any other asset folders that need to be copied to the destination folder
# This where you should include your full stylesheets, component javascript,
# libraries and any other dependencies your style guide will have
dependencies:
  - ./build
jdcantrell commented 10 years ago

Are you using the github master version of hologram or the ruby gem version? Using a list for source isn't yet in the ruby gem version.

lifeiscontent commented 10 years ago

@jdcantrell nope, I'll try it out thanks!

jdcantrell commented 10 years ago

1.2 was released with the multiple source feature, so you should get this now if you update your gems.