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've started using Sails and I am currently looking and trying different view engines. Currently I am testing ect view engine and there is I think a problem in consolidate.js.
I found out where is the problem. Problem is in consolidate.js. On the line 948 there is var engine = requires.ect; and later it fails on the line 953 engine.configure({ cache: options.cache });, because engine is function. And when I checked ect documentation, you use it like this:
Hi.
I've started using Sails and I am currently looking and trying different view engines. Currently I am testing ect view engine and there is I think a problem in consolidate.js.
To not repeat myself again, there is already issue on the Sails git that describes what is the problem: https://github.com/balderdashy/sails/issues/3961?_pjax=%23js-repo-pjax-container
Relevant comment:
The text was updated successfully, but these errors were encountered: