gulp-community / gulp-haml

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

This gulp plugin can "include" files? #16

Closed HA3IK closed 8 years ago

HA3IK commented 8 years ago

This gulp plugin can include files from paths?

For Example:

-# "varFromGulp" is an interactive local variable with path from Gulp -# file: "some_path/#{varFromGulp}"

stephenlacy commented 8 years ago

https://github.com/gulpjs/gulp/blob/master/docs/recipes/pass-arguments-from-cli.md

HA3IK commented 8 years ago

I mean some method to "include" file in .haml file:

!!!5 %html.no-js{ lang: baseLang } %head %body -# file: "_main.haml"