gulp-community / gulp-haml

gulp plugin for Haml
MIT License
25 stars 20 forks source link

How to add a no value attribute to a div with this plugin? #15

Closed yyuna closed 8 years ago

yyuna commented 8 years ago

I try to use %div(ui-view) but the result is < div >< /div >

gulpfile: var haml = require('gulp-haml'); ... gulp.task('haml', function () { return gulp.src(PATHS.haml) .pipe(haml()) .pipe(prettify()) .pipe(gulp.dest('dist')); }); ...

stephenlacy commented 8 years ago

Open any issues regarding haml on the respectable repos