https://github.com/sassdoc/sassdocify
Make a SassDoc branch.
https://github.com/sassdoc/sassdocify
Last synced: over 1 year ago
JSON representation
Make a SassDoc branch.
- Host: GitHub
- URL: https://github.com/sassdoc/sassdocify
- Owner: SassDoc
- License: unlicense
- Created: 2014-12-30T22:17:29.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2017-02-09T15:16:06.000Z (over 9 years ago)
- Last Synced: 2025-02-24T08:04:53.517Z (over 1 year ago)
- Language: Shell
- Homepage: http://sassdoc.com/sassdocify/
- Size: 20.5 KB
- Stars: 2
- Watchers: 4
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
SassDocify
==========
> Make a SassDoc branch.
Description
-----------
See [SassDocify page on SassDoc website](http://sassdoc.com/sassdocify/).
Development
-----------
Compile the ronn man page:
```sh
bundle install # Need to do this at least once
make man
```
Propagate version to `bin/sassdocify` and `package.json` after bumping
in `Makefile`:
```sh
make version
```
Set `sassdocify`'s `bin` directory directly in your `PATH`:
```sh
export PATH="$PWD/bin:$PATH"
```
Or more persistent version (need logout):
```sh
echo "export PATH='$PWD/bin:\$PATH'" >> ~/.profile
```