-
Thank you again for such a nice playground. Not sure if possible, but would be great if we get Jade-compliant templates as Emmet's output.
-
This should be trivial, except for how to handle the use of data in the template. This might be achievable by using a "virtual" to process the template with data.
-
Since coffescript is already supported (https://github.com/joshdmiller/ng-boilerplate/issues/48) and there's already a ticket for SASS/Compass support(https://github.com/joshdmiller/ng-boilerplate/iss…
-
I think we might want to move our templates from HTML/EJS to Jade. If you think it's a good idea, I can probably port everything over pretty quickly.
The advantage of using Jade would be that I could…
-
when looking at a villager the ui shows up without opening it when the WTHIT mod is installed
![2024-09-15_05 33 54](https://github.com/user-attachments/assets/25583f2c-b9c1-4928-8005-ee6d3e3fdd6c)
-
-
Please add support stylus and jade
-
The jade template engine requires the variable `filename` to be set to the absolute path of the template file in order for includes to work right.
It's possible to achieve this within a route handler…
-
Thx !
-
I'm using tap:i18n and when using an i18n string i'm doing this in standard Meteor:
{{_ "string_variable"}}
However this does not work:
# {_ "string_variable"}
I'm fine with using the standard Mete…