keithamus / hbs-cli

A CLI for handlebars
43 stars 26 forks source link

--partial globs must be quoted #50

Closed rupertsworld closed 5 years ago

rupertsworld commented 5 years ago

This might be worth mentioning in the README. If the argument to --partial is a glob and is not quoted, Yarn/NPM expands this glob into separate arguments, and you get hbs running on a bunch of your partials, instead of it interpreting these as partials to one hbs file.

keithamus commented 5 years ago

👍 great idea. PRs welcome 😄