From 1fd65b22411a993770eca2b6bd5f5f7dbff95fef Mon Sep 17 00:00:00 2001 From: Igor Zhukov Date: Fri, 1 Aug 2014 23:27:10 +0100 Subject: [PATCH] Fixed mobile templates for package --- gulpfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gulpfile.js b/gulpfile.js index 1115559a..fb38d1ac 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -8,7 +8,7 @@ var path = require('path'); // The generated file is being created at src // so it can be fetched by usemin. gulp.task('templates', function() { - return gulp.src('app/partials/*.html') + return gulp.src('app/partials/**/*.html') .pipe($.angularTemplatecache('templates.js', { root: 'partials', module: 'myApp.templates',