Skip to content

Latest commit

 

History

History
51 lines (40 loc) · 1.19 KB

README.md

File metadata and controls

51 lines (40 loc) · 1.19 KB

ui-reloaded

This script is used to manage code between a src control system and a vm more efficient. It will push out changes as soon as a file is saved.

Syncronized filetypes:

  1. Javascript
  2. CSS
  3. SCSS
  4. JSPX
  5. php
  6. html

##Prerequisites This reload requires that you have some code infrastructure to work. It leverages ruby and a few other utilities. I recommend that you checkout homebrew or chocolatelty for installing these packages as it makes life easier.

  1. Install Ruby

  2. Install RubyGems

  3. Install Bundler

gem install bundler
  1. Install NodeJS

##Installation

  1. Download Scripts
cd WzlUI
git clone git://github.com/chrisrink/ui-reloaded.git && cd ui-reloaded && ./sync.sh

*to update, just run sync again.

  1. Get all remaining dependancies
bundle install
  1. Run the watch command
cd WzlUI
bundle exec guard

The watch command will run until you exit. You can always restart it by running the command again.

  1. Install the Livereload Plugin. This works on Firefox, Chrome, and Safari. Follow this link to install
http://feedback.livereload.com/knowledgebase/articles/86242-how-do-i-install-and-use-the-browser-extensions-