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
Hello, i'm a user of Swig also on other projects..
I wanted to use it stand-alone, without EJS (so i don't have to learn the syntax!)
Seems impossible to use the include tag functionality very simple theme
Error Reported:
TypeError: Cannot call method 'replace' of null
at Object.exports.compile (/usr/lib/node_modules/hexo/node_modules/swig/lib/tags/include.js:35:29)
at /usr/lib/node_modules/hexo/node_modules/swig/lib/parser.js:735:15
at Object.exports.each (/usr/lib/node_modules/hexo/node_modules/swig/lib/utils.js:45:11)
at Object.exports.compile (/usr/lib/node_modules/hexo/node_modules/swig/lib/parser.js:709:9)
at Object.precompile (/usr/lib/node_modules/hexo/node_modules/swig/lib/swig.js:468:14)
at Object.compile (/usr/lib/node_modules/hexo/node_modules/swig/lib/swig.js:560:16)
at module.exports (/usr/lib/node_modules/hexo/lib/plugins/renderer/swig.js:4:15)
at store.(anonymous function) (/usr/lib/node_modules/hexo/lib/extend/renderer.js:67:27)
at /usr/lib/node_modules/hexo/lib/core/render.js:181:7
at fn (/usr/lib/node_modules/hexo/node_modules/async/lib/async.js:579:34)
Any idea how i can fix this? Even with a PR ?
The text was updated successfully, but these errors were encountered:
Hello, i'm a user of Swig also on other projects..
I wanted to use it stand-alone, without EJS (so i don't have to learn the syntax!)
Seems impossible to use the
include
tag functionalityvery simple theme
Error Reported:
Any idea how i can fix this? Even with a PR ?
The text was updated successfully, but these errors were encountered: