Skip to content

Script for doing a live reload from src files to a vm's webapps folder

Notifications You must be signed in to change notification settings

chrisrink/ui-reloaded

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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-

About

Script for doing a live reload from src files to a vm's webapps folder

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages