F5less (web) development - let ctrl-s do more for you in an agnostic way
1–7 of 7 posts
Re: F5less (web) development - let ctrl-s do more for you in an agnostic way
#2It seems as useful as easy to deploy. I'll give it a try.
Re: F5less (web) development - let ctrl-s do more for you in an agnostic way
#3Great project and idea, congrats ! It seems as useful as easy to deploy. I'll give it a try.
Re: F5less (web) development - let ctrl-s do more for you in an agnostic way
#4Re: F5less (web) development - let ctrl-s do more for you in an agnostic way
#5Re: F5less (web) development - let ctrl-s do more for you in an agnostic way
#6Re: F5less (web) development - let ctrl-s do more for you in an agnostic way
#7What are the differences, advantages or disadvantages compared to livereload (guard-livereload)? I don't have a full grip on how that works to compare. It's certainly a much better way to work, f5-less
The strength of f5less lies, IMHO, on being essentially a command line tool: you can do anything you want when a fs notification is triggered, and in addition you can reload web content using websockets.
Another strength is that the client reloading is very flexible and extensible, being javascript you can just change the f5less.js file to do whatever you want when a file with a certain filename is changed. I just encoded the basic and probably most common behaviours.
If you want f5less is something like watchr + guard-livereload, only command line and easily extensible.