FireApp
FireApp copied to clipboard
Sass : problems with remote access
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 !
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...
It stays like that, with the "waiting" cursor... I can't click on "ok".
I have to quit the process and restart Fire.app.
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
does all problems happen if the project is in your local windows folder?
No, before using the server the same project was on my wamp server (C:\wamp\www...), and there was no error.
ref: https://github.com/KKBOX/CompassApp/issues/21