Skip to content

[READ-ONLY] Development version of SassDoc website.

Notifications You must be signed in to change notification settings

SassDoc/develop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

Develop

Development version of SassDoc website

Overview

The gh-pages branch is a read-only mirror of sassdoc.github.io's develop branch, so we can have a live development website on http://sassdoc.com/develop/.

Updating

To update this repository, run the following commands:

git clone https://github.com/SassDoc/develop.git
cd develop
git remote add upstream https://github.com/SassDoc/sassdoc.github.io.git
git checkout gh-pages
git pull upstream develop
git push origin gh-pages

Repeat the last two commands each time you want to update again.

Note: it will generate a merge commit everytime since some tweaks were required specifically for the public development version. No worry.

About

[READ-ONLY] Development version of SassDoc website.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published