You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
I have a private engine at
@my-private-scope/aglio-theme-foo
. When I doaglio -t foo
, aglio is unable to find this module, because it's only looking for modules like this:where
theme
isfoo
in my case.It would be nice to be able to take a whole module path as the template engine like:
thanks
The text was updated successfully, but these errors were encountered: