Commit 49901b8ddecff86f9c6d46c087a653b72b000da1

Authored by Victor Costa
1 parent 33ee6d0a
Exists in master and in 1 other branch dev-fixes

Add prefix to js and css

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
@@ -56,7 +56,7 @@ gulp.task('html', ['inject', 'partials'], function () { @@ -56,7 +56,7 @@ gulp.task('html', ['inject', 'partials'], function () {
56 .pipe(cssFilter.restore) 56 .pipe(cssFilter.restore)
57 .pipe(assets.restore()) 57 .pipe(assets.restore())
58 .pipe($.useref()) 58 .pipe($.useref())
59 - .pipe($.revReplace()) 59 + .pipe($.revReplace({prefix: "/designs/themes/angular/dist/"}))
60 .pipe(htmlFilter) 60 .pipe(htmlFilter)
61 .pipe($.minifyHtml({ 61 .pipe($.minifyHtml({
62 empty: true, 62 empty: true,