Commit 49901b8ddecff86f9c6d46c087a653b72b000da1
1 parent
33ee6d0a
Exists in
master
and in
1 other branch
Add prefix to js and css
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
gulp/build.js
... | ... | @@ -56,7 +56,7 @@ gulp.task('html', ['inject', 'partials'], function () { |
56 | 56 | .pipe(cssFilter.restore) |
57 | 57 | .pipe(assets.restore()) |
58 | 58 | .pipe($.useref()) |
59 | - .pipe($.revReplace()) | |
59 | + .pipe($.revReplace({prefix: "/designs/themes/angular/dist/"})) | |
60 | 60 | .pipe(htmlFilter) |
61 | 61 | .pipe($.minifyHtml({ |
62 | 62 | empty: true, | ... | ... |