cloudfour / fabricator

A tool for building website UI toolkits
http://fbrctr.github.io/
1 stars 0 forks source link

Write helper to create "pretty names" for patterns #6

Closed lyzadanger closed 9 years ago

lyzadanger commented 9 years ago

To make fabricator emulate custom ordering with prettier presented names, we need to make a helper and provide it to the assemble task.

This helper should regexp the name attribute of the pattern in a similar fashion to what we did on VSE, stripping patterns off the front that match /[0-9]{1,4}\-?/. Ish.

erikjung commented 9 years ago

This may be addressed by https://github.com/cloudfour/fabricator/pull/7

lyzadanger commented 9 years ago

Yup.