Sha256: 855132ae12c594c5ed86ddb5c1ac01adb0a5213ed54975997910e718e0e7498f

Contents?: true

Size: 929 Bytes

Versions: 2

Compression:

Stored size: 929 Bytes

Contents

# Pushify: Instantly push css changes to your browser(s) whenever you save.
See updates you make to css files appear immediately in all of your browsers without having to refresh.

# Limitations
* Will not work in windows development environments 
* Currently is only available as a plugin to rails

# Getting Started

## Installing

	# Install the gem
	sudo gem install pushify
	# Install pushify into your rails app and start the pushify server
	pushify install

## Starting and stopping the push server
	# Start the server with pushify start
	pushify start
	# Stop the server with pushify stop
	pushify stop


# That's it
That's it.  Load up the page in a browser and update the CSS file in your editor.

Now open up a different browser and update the CSS.  Now you can watch the effect of your CSS updates on multiple browsers without refreshing.


Copyright (c) 2008-2010 Thinklink LLC (Jason Tillery and Vishu Ramanathan)

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
pushify-1.1.0 README.markdown
pushify-1.0.0 README.markdown