0.3.4 • Published 10 years ago
sassdocify v0.3.4
SassDocify
Make a SassDoc branch.
Description
See SassDocify page on SassDoc website.
Development
Compile the ronn man page:
bundle install # Need to do this at least once
make manPropagate version to bin/sassdocify and package.json after bumping
in Makefile:
make versionSet sassdocify's bin directory directly in your PATH:
export PATH="$PWD/bin:$PATH"Or more persistent version (need logout):
echo "export PATH='$PWD/bin:\$PATH'" >> ~/.profile