Hey there! I was experiencing a strange bug with this lovely package: using its latest version, as well as the latest Gulp and Slim, one file in a tree of many was consistently being transformed into an empty HTML file. I had a folder tree that looked something like this:
...and every file was being compiled successfully but index.slim unless I ran gulp html on its own; running the complete task suite generated an empty index.html file every time. I finally managed to squash the bug by upgrading through2, and now it works beautifully.
Thanks for all your hard work on this plugin! You saved me from certain Jade.
Hey there! I was experiencing a strange bug with this lovely package: using its latest version, as well as the latest Gulp and Slim, one file in a tree of many was consistently being transformed into an empty HTML file. I had a folder tree that looked something like this:
...and every file was being compiled successfully but
index.slim
unless I rangulp html
on its own; running the complete task suite generated an emptyindex.html
file every time. I finally managed to squash the bug by upgradingthrough2
, and now it works beautifully.Thanks for all your hard work on this plugin! You saved me from certain Jade.