-
Hello, It's me again =)
I compared current releases Jade and Haml. I have some words to say
**1)** Docs
My experience show me this way to use HAML.js with Express 3
[coffee markup]
```
haml = requ…
-
Please add "haml" and "erb" (Ruby on Rails templates) to the supported languages.
Thank you.
-
Interesting bug.
I use serve to prototype CMS based layouts. I use a directory for each layout... so I have views/news and in there...
views/news/_layout.html.haml and views/news/index.html.haml
…
-
I created a simple correct test HAML file in my rails project `test.html.haml`:
```
%div
- if true
%b A
- else
%b B
```
but SublimeLinter highlights errors:
![image](https://use…
-
Hi,
I was really glad to see the precompile option added to deface. I use deface quite widely for Spree Commerce and the precompile would certainly give a great boost - GREAT JOB Deface Team!
Howeve…
-
Can this take any set of file names or do they need to be explicitly listed?
files: {
"app/index.html": "app/index.haml"
}
For example, Coffee uses the following
coffee: {
dist: {
f…
-
When there is an error in a Haml template, awestruct does not report the error, only the backtrace, which is annoying for debugging since when using partials and layouts it is not possible to directly…
-
I prefer typing PUG over HAML, mostly because I don't need to type % constantly and it feels nicer, but installing it on a simple Rails app is not as straightforward as with HAML.
With HAML, all I …
-
I decided to try out the gem but when i try to enter the dashboard i get this error:
undefined method `job_status_circle_class' for an instance of #
```
10:47:58 web.1 |
10:47:58 web.1 |
10…
-
We recently (#972) enabled haml-lint in order to get a grip on our messy haml.
Currently there are a lot of useful lints disabled because we have to work through their respective TODO's.
The TODO's …