taggon / livereload

LiveReload plugin for Atom
MIT License
34 stars 13 forks source link

Livereload is not working even Livereload chrome extension enabled! #31

Open huyle2607 opened 8 years ago

huyle2607 commented 8 years ago

I installed your livereload and did every single step in your repo. Unfortunately, nothing works. First, my port was 8080 and I used Livereload Chrome extension. When I used sublime text 3, it worked perfectly but when I change from Sublime to Atom, it doesn't work at all. Then I change my port into 35729, it doesn't work either. Please tell me that what I did here is correct! screenshot_1

screenshot_2 Thanks

Shakil-Shahadat commented 8 years ago

Same here. Can you please help us? @taggon

huyle2607 commented 8 years ago

@Shakil-Shahadat I think I know the answer! This may be not the best but it works for me though. All you need to do is download the Livereload software from its page livereload.com. Follow all the structures for the installation. Then open livereload and add your project folder into it. Finally, copy the generated script to your work page and done! All the structures you can find from livereload.com Hope this will help you! :)

Shakil-Shahadat commented 8 years ago

I use livereload software but it is slow. Plugin is better option.

jmizrachi commented 8 years ago

I'm having the same issue. @huyle2607

huyle2607 commented 8 years ago

@jmizrachi You can go to livereload.com and follow its steps to make it work. The best way is to download Livereload to your computer.

jmizrachi commented 8 years ago

Okay.

  1. So Using atom download the package

Follow steps 1-4 listed on the atom Live Reload Package Site https://atom.io/packages/livereload

  1. Restart Atom and it should work!
huyle2607 commented 8 years ago

@jmizrachi Woohoo! Glad to hear it!

jmizrachi commented 8 years ago

@huyle2607 did it work for you? Using atom?

huyle2607 commented 8 years ago

@jmizrachi Yup! It worked perfectly. However, it was kinda slow.

Fasani commented 7 years ago

With ATOM you do not click the link in the bottom of the screen you have to manually start it using: Packages > LiveReload > Toggle Server

I use it with the Chrome plugin, no issues for me. Just make sure your reload time in settings is longer than your build time.

finestroke commented 6 years ago

Enabling live reload to chrome extension works for me..

bosundare commented 5 years ago

Had the same issue, but I went to chrome extension settings and I clicked Allow access to local url files, and it worked.

adamculpepper commented 4 years ago

Enabling local url files fixed my issue too. I thought I had already done this, but I did it on my laptop, not my desktop... Thanks @bosundare!

jakewiechman commented 4 years ago

Thanks @Fasani - I was having the same issue as it wasn't working. Tried everything. Updated in Settings of the package, from 0 to 200 millisecond delay and that apparently fixed it, I think. Now working for me!