Sha256: 875900681eaa9acd6c40ad58e5419d63869cd5e56f41bdf3a032312d48a0b5cc
Contents?: true
Size: 1.12 KB
Versions: 1
Compression:
Stored size: 1.12 KB
Contents
------------------------------------------------------------------------------------------ Bourbon README for getting the gh-pages server up and running ------------------------------------------------------------------------------------------ Run the server locally: jekyll --server Watch the sass folder from root directory: sass --watch stylesheets/sass:stylesheets -r ./stylesheets/sass/bourbon/lib/bourbon.rb ------------------------------------------------------------------------------------------ To pull in the latest changes on gh-pages branch: git pull --rebase origin gh-pages To pull in the latest Bourbon changes, you must fetch and merge master into gh-pages: git fetch origin master && git merge master To update the bourbon files with the latest version; from the root directory: bourbon update ------------------------------------------------------------------------------------------ For Code Highlighting within Jekyll: gem install pygmentize {% highlight scss %} <code here> {% endhighlight %} Jekyll Wiki: https://github.com/mojombo/jekyll/wiki Pygmentize: http://pygments.org/
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
bourbon-2.1.0 | doc/README.md |