tmodjs icon indicating copy to clipboard operation
tmodjs copied to clipboard

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

Open xierenyuan opened this issue 8 years ago • 0 comments

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

gulp.task('tmp', function () {
    return gulp.src('views/**/*.html')
        .pipe(tmodjs({
            templateBase: 'views',
            cache:false
        }))
        .pipe(gulp.dest('release'));
});

xierenyuan avatar Mar 11 '16 02:03 xierenyuan