Skip to content

Latest commit

 

History

History
39 lines (20 loc) · 675 Bytes

README.rdoc

File metadata and controls

39 lines (20 loc) · 675 Bytes

mozrepl_tools

Reload css or js (and Ext.component) through your editor. Thanks to MozRepl :)

Before install

install MozRepl wiki.github.com/bard/mozrepl/

Install

gem install mozrepl_tools

Reload css (<link /> tag only)

#> mozrepl ‘main.css’

Adding a js file to current tab

#> mozrepl ‘my/path/file.js’

Use with Sencha|ExtJS.

Just ext-reload.js to your project.

Using with Textmate (~/Library/Application Support/TextMate/Bundles/MozRepl.tmbundle)

#> mozrepl textmate

And now, use “Command+Shif+R” (like magic)

TODO

#TODO: use watchr to reload automatic

Copyright © 2010 Jorge Falcão. See LICENSE for details.