Skip to content

Commit

Permalink
Added docs for gh-pages deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
davglass committed Oct 10, 2012
1 parent c78b09f commit 85a57f3
Show file tree
Hide file tree
Showing 4 changed files with 669 additions and 0 deletions.
32 changes: 32 additions & 0 deletions docs/README.md
@@ -0,0 +1,32 @@
YUI Compressor Docs
===================


These docs are what powers http://yui.github.com/yuicompressor

They are powered by [Selleck](http://yui.github.com/selleck).

```terminal
$ npm -g install selleck
```

How to build them
-----------------

```terminal
$ git clone git://github.com/yui/yuicompressor.git
$ git clone git://github.com/yui/yuicompressor.git yuicompressor-pages
cd yuicompressor-pages
git fetch
git checkout -t gh-pages
```

This should pull the `gh-pages` branch locally.

```terminal
cd ../yuicompressor/docs/
selleck -o ../../yuicompressor-pages/
```

Done!

0 comments on commit 85a57f3

Please sign in to comment.