DigitPaint / roger

Roger is your friendly front-end development toolbox!
MIT License
4 stars 4 forks source link

Add ability to add layouts and partial via plugins #23

Closed edwinvdgraaf closed 9 years ago

edwinvdgraaf commented 9 years ago

While this is already possible in the Mockupfile (see below), it should be able to append paths to this array in plugins.

mockup.project.partial_path = [mockup.project.path + "partials", mockup.project.path + "libs/website-shared/partials"]
flurin commented 9 years ago

It's a plain array. Use mockup.project.partial_path << "my new path"

edwinvdgraaf commented 9 years ago

Great. :+1: