Skip to content
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

hi. 使用了include 引入了 子模板后预编译不工作呢 #114

Open
xierenyuan opened this issue Mar 11, 2016 · 0 comments
Open

hi. 使用了include 引入了 子模板后预编译不工作呢 #114

xierenyuan opened this issue Mar 11, 2016 · 0 comments

Comments

@xierenyuan
Copy link

hi, 我执行了下面这样的任务 使用了 include 后 预编译不工作呢

gulp.task('tmp', function () {
    return gulp.src('views/**/*.html')
        .pipe(tmodjs({
            templateBase: 'views',
            cache:false
        }))
        .pipe(gulp.dest('release'));
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant