FireApp icon indicating copy to clipboard operation
FireApp copied to clipboard

Sass : problems with remote access

Open WilliamVercken opened this issue 11 years ago • 5 comments

Hi,

Here is my configuration :

  • Windows 8
  • Ruby 2.0.0 is installed
  • Fire.app 1.12
  • Server on Linux, local
  • Linux Hard drive mapped on Windows to Z:\

The .scss files are on Z:
I have two problems :

  • When I save a .scss file, it takes 35-45 seconds to make my new .css file. (instead of being very quick when the files are on Windows, it's a very simple projet) When I clean & compile manually, it's better, but it takes much more time. The server have good performances and the log shows that when it's watching or compiling, ressources are strangled.
  • I tried something else : having my .scss files on Windows C:/(...) (and watch them), then compile to Z:/(...). I have this error and then Fire.app quit :
different prefix: "Z:\\" and "C:/wamp/www/project-folder/web"
file:/C:/Users/William/Desktop/Softwares/Fire.app/lib/java/jruby-complete.jar!/META-INF/jruby.home/lib/ruby/1.8/pathname.rb:733:in `relative_path_from'
file:/C:/Users/William/Desktop/Softwares/Fire.app/fire-app.jar!/ui/change_options_panel.rb:447:in `select_handler'
file:/C:/Users/William/Desktop/Softwares/Fire.app/fire-app.jar!/ui/tray.rb:80:in `run'
file:/C:/Users/William/Desktop/Softwares/Fire.app/fire-app.jar!/main.rb:104:in `(root)'
org/jruby/RubyKernel.java:1062:in `require'
file:/C:/Users/William/Desktop/Softwares/Fire.app/fire-app.jar!/main.rb:1:in `(root)'

Maybe you can't do anything for the first point, but for the second I think it can be fixed. :)

Thank you !

WilliamVercken avatar Dec 13 '13 13:12 WilliamVercken

Another issue :

When I save a file, it takes a long moment before compilation ends, ok. If I do a Clean & Compile, it takes a moment too, but it works, ok.

Now, if I just Build (-> "Build Project"), it compiles quickly, great ! But Fire.app doesn't respond... not great...

image It stays like that, with the "waiting" cursor... I can't click on "ok".

I have to quit the process and restart Fire.app.

WilliamVercken avatar Dec 13 '13 15:12 WilliamVercken

Another problem : when I use Fire.app to watch a folder on my server, I have a lot of errors 500 with my images, JS and CSS files when I refresh my website. When I stop watching the folder, I have no error...

I hope this can help you to find where the problem is...

WilliamVercken avatar Jan 06 '14 14:01 WilliamVercken

@WilliamVercken

does all problems happen if the project is in your local windows folder?

hlb avatar Jan 06 '14 14:01 hlb

No, before using the server the same project was on my wamp server (C:\wamp\www...), and there was no error.

WilliamVercken avatar Jan 06 '14 14:01 WilliamVercken

ref: https://github.com/KKBOX/CompassApp/issues/21

hlb avatar Sep 05 '14 07:09 hlb