handlerbar语法配置delimiters后,未生效问题 #586
hello-sunbaixin
started this conversation in
San CLI
Replies: 2 comments 1 reply
-
嗯,这是个bug,原来的package.json里面有一处自定义的的渲染逻辑,没有使用handlerbar模板。提了pr,待发包。 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
这样定义:delimiters: ['<%', '%>'],
这样使用: "name": "<%name%>",
"version": "1.0.0",
"description": "<%description%>",
meta里这样设置
name: {
type: 'string',
required: true,
label: '项目名称',
default: '<%name%>'
},
然而并没有生效, san-cli版本是3.0.1
Beta Was this translation helpful? Give feedback.
All reactions