2015-10-12 18:09:47 -04:00
2015-10-12 18:09:47 -04:00
2014-08-13 15:41:39 -04:00
2015-10-06 11:34:53 -06:00
2014-02-12 18:40:00 -05:00
2013-04-15 11:57:57 -03:00
2015-03-03 14:29:47 -05:00
2014-10-16 12:08:00 -04:00
2014-05-29 17:08:52 -04:00
2014-09-30 16:34:31 -04:00
2014-04-25 16:30:09 -04:00
2014-05-29 17:08:52 -04:00
2014-05-29 17:08:52 -04:00
2014-09-14 23:36:35 -04:00
2014-04-25 14:07:44 -04:00
2014-04-25 14:07:44 -04:00
2015-07-28 13:22:01 -04:00

Fuel UX - Live Documentation

Setup

  • To install bower globally, npm install --g bower
  • To install bower dependencies, bower install
  • To update bower dependencies, run bower update
  • To update a specific bower dependency, bower update fuelux
  • To get the proper ruby version (2.1.1) See the rvm docs for steps
  • To install bundler, run gem install bundler
  • To install jekyll, run bundle install
  • To serve a jekyll site and watch, run jekyll serve --watch ** If that doesn't work, try bundle exec jekyll serve --watch

Local Development FAQ

  • _config.yml contains config values related to the {{site}} variables used throughout the gh-pages site. ** If you are editing local JS or CSS, you will need to uncomment the local url var in this file (url: http://0.0.0.0:4000/)

Notes

  • Any h tag with an id will automagically be given a little link thing to its left that people can use to link back to the documentation. The more h tags have ids, the more reference-able our documentation will be.
  • The fusion folder breaks each section down into its own page. Doing this exposes individual control documentation to other web sites.
Description
No description provided
Readme BSD-3-Clause 179 MiB
Languages
JavaScript 97.1%
HTML 1.9%
Less 0.5%
Handlebars 0.5%