Make a SassDoc branch.
See SassDocify page on SassDoc website.
Compile the ronn man page:
bundle install # Need to do this at least once
make man
Propagate version to bin/sassdocify
and package.json
after bumping
in Makefile
:
make version
Set 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