KKBOX / FireApp

Fire.app is a HTML prototyping tool with Sass/Compass/ERB/Haml/Slim/Markdown support
http://fireapp.kkbox.com/
GNU General Public License v2.0
613 stars 79 forks source link

HAML files don't compile, while ERB files do #301

Open erosnicolau opened 9 years ago

erosnicolau commented 9 years ago

Hello, I am trying to use HAML with FireApp, which I just bought yesterday (so you can call me a novice with FireApp). I created a Foundation project and within it I created a new file: test.html.haml.

When saving, the file doesn't get compiled (and the corresponding test.html doesn't get created). However, when doing the same for ERB (creating a test2.html.erb file), when modifying it the file does get compiled and the initial test2.htmlcdoes get created.

I'm using FireApp on a Mac (OS X Yosemite 10.10.3) Is there anything I'm doing wrong? What can I do to be able to compile HAML files with FireApp?

Thank you, Eros Nicolau

hlb commented 9 years ago

@erosnicolau when you access http://127.0.0.1:24681/test.html or http://localhost:24681/test.html.haml, you should see the computed output.

If you click "build project", you will get test.html in project build folder.

erosnicolau commented 9 years ago

@hlb thank you for your reply. On Windows, this does work, as expected. However on MAC I encounter the problem mentioned above... I'm guessing this might be a dependencies problem, but I imagined that FireApp was completely independent, so this should have worked out of the box...

hlb commented 9 years ago

@erosnicolau it works in OSX too. And yes, Fire.app is completely independent.Can you zip your project and mail to fireapp@kkbox.com, so I can try to figure it out for you?