Skip to content

SassDoc/sassdocify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 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