fbrctr / fabricator

A tool for building website UI toolkits and style guides
http://fbrctr.github.io/
MIT License
1.11k stars 124 forks source link

handlebar partial not working? #288

Open davids701124 opened 7 years ago

davids701124 commented 7 years ago

I have my components build and display correctly already. Now I'm trying to take those components for prototyping. I followed the doc but I keep getting the error saying Error (fabricator-assemble): The partial could not be found. Could someone help? I provide a screenshot showing how I structure my UI components.

image 2017-02-24 at 11 19 36 pm

And here is my code:

---
title: My Custom Layout
---

<h1>Hello, World!</h1>
{{> 05-toggle-button}}
danieltian commented 7 years ago

The number is not needed, and thus it should be {{ toggle-button }}.