Boost your productivity with XRefresh

Screencasts
Aslam Najeebdeen

Are you really frustrated to switch from your text editor to your browser to see the changes you’ve applied? In this screencast Aslam shows you how you can boost your productivity by using XRefresh

Notes:

Prevent unexpected refreshing

To prevent unexpected refreshing, set very specific paths to your projects in ~/.xrefresh-server.yml. By default it monitors whole home folder with some exceptions.

mate ~/.xrefresh-server.yml

Comment out the first line under path and include the absolute path to your project folder.

1
2
3
4
5
6
7
8
# here specify list of paths to monitor
paths
:
# - /Users/aslam # by default watch user's home directory

    - /Users/aslam/Projects/Active/speedy
   
# - /you/may/add/here/some/other/path
# - /you/may/add/here/some/another/path

– Thanks to Antonin Hildebrand (Creator of XRefresh)

  • http://hildebrand.cz Antonin Hildebrand

    Hi Mohamed, thanks for nice screencast.

    To prevent unexpected refreshing I would recommend to set very specific paths to your projects in ~/.xrefresh-server.yml. By default it monitors whole home folder with some exceptions.

    mate ~/.xrefresh-server.yml

  • http://mohamedaslam.com Aslam

    Hi Antonin,

    Glad to see you here. :)

    Thanks for the XRefresh and the tip. I'll update the post.

  • http://www.shaakunthala.com/?blogs Sameera Shaakunthala

    Great!
    Thanks a lot for publishing this in a easy-to-understand screencast.

  • Malinga Prabhasara

    great! ….peace of work bro….
    keep it up “Frontcube”

  • http://twitter.com/praneeth87 Praneeth

    thanks asalm bro for sharing!!
    this is save lot of time while we developing. :)

    keep posting good tips.