Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Doesn't support engines that are installed from scoped packages #341

Open
shoebox639 opened this issue Nov 2, 2017 · 1 comment
Open

Comments

@shoebox639
Copy link

I have a private engine at @my-private-scope/aglio-theme-foo. When I do aglio -t foo, aglio is unable to find this module, because it's only looking for modules like this:

require('aglio-theme-' + theme)

where theme is foo in my case.

It would be nice to be able to take a whole module path as the template engine like:

aglio -t @my-private-scope/aglio-theme-foo

thanks

@filipemeneses
Copy link

That would allow a way more practical:

aglio -t ./path/to/theme

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants