Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
erosnicolau opened this issue Jun 24, 2015 · 3 comments
Open

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

erosnicolau opened this issue Jun 24, 2015 · 3 comments

Comments

@erosnicolau
Copy link

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
Copy link
Contributor

hlb commented Jun 27, 2015

@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
Copy link
Author

@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
Copy link
Contributor

hlb commented Jun 30, 2015

@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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants