diff --git a/gulp/build.js b/gulp/build.js index 2769817..082c839 100644 --- a/gulp/build.js +++ b/gulp/build.js @@ -56,7 +56,7 @@ gulp.task('html', ['inject', 'partials'], function () { .pipe(cssFilter.restore) .pipe(assets.restore()) .pipe($.useref()) - .pipe($.revReplace()) + .pipe($.revReplace({prefix: "/designs/themes/angular/dist/"})) .pipe(htmlFilter) .pipe($.minifyHtml({ empty: true, -- libgit2 0.21.2