A Haml(HTML Abstraction Markup Language) to HTML converter plugin using the Grunt JavaScript Task Manager
Questions tagged [grunt-contrib-haml]
4 questions
3
votes
1 answer
HAML to HTML converter on Windows
Is there a haml to html converter for windows I see it on ubuntu we uses grunt. Ex. In the terminal grunt haml converts my code .haml to .php offline. Do windows have app or something?

Goper Leo Zosa
- 1,185
- 3
- 15
- 33
2
votes
1 answer
Including/importing HAML files using grunt-contrib-haml and Yeoman
I am currently using Yeoman with HAML (utilising grunt-contrib-haml) and would like to include HAML files to make things more DRY.
I am not that familiar with HAML, so after reading online it appears best to use =render, like…

Metalshark
- 8,194
- 7
- 34
- 49
1
vote
0 answers
Grunt task to precompile Hamlbars (HAML with handlebars expressions)
There's grunt-contrib-handlebars and grunt-grunt-contrib-haml, but I need the combination of the two. Say I have a "hamlbars" template like the following:
%div
{{ name }}
I need this to be precompiled into JavaScript just as…

MusikAnimal
- 2,286
- 2
- 22
- 28
0
votes
2 answers
Grunt.js: Grunt is picking up HAML changes but not generating the HTML?
I am not sure why Grunt isn't generating my HTML?
Is there a mistake with my gruntfile?
module.exports = function(grunt) {
grunt.loadNpmTasks('grunt-contrib-uglify');
grunt.loadNpmTasks('grunt-contrib-watch');
…

Vennsoh
- 4,853
- 5
- 26
- 41