-
Notifications
You must be signed in to change notification settings - Fork 17
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
grunt tmod时报错 #5
Comments
我也遇到了这个问题
Gruntfile.js的部分
修改文件时提示:
|
纠结一半天,认真看了grunt-tmod模块中的说明文档,我问题已经解决了。解决方法如下
|
谢谢 @piaoluoya 看了你的答案,问题解决了 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
求解!
Warning: Cannot read property '0' of undefined Use --force to continue.
Aborted due to warnings.
tmod: {
template: {
src: './tpl/*.html',
dest: './dist/template.js',
options: {
//base: './src'
}
}
}
The text was updated successfully, but these errors were encountered: