Skip to content

Commit c892926

Browse files
committed
Update build.js
1 parent 7092d32 commit c892926

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gulp/build.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ gulp.task('partials', function() {
1919
quotes: true
2020
}))
2121
.pipe($.angularTemplatecache('templateCacheHtml.js', {
22-
module: 'angularKaarousel',
22+
module: 'angular-kaarousel',
2323
root: 'app'
2424
}))
2525
.pipe(gulp.dest(conf.paths.tmp + '/partials/'));

0 commit comments

Comments
 (0)