From 49901b8ddecff86f9c6d46c087a653b72b000da1 Mon Sep 17 00:00:00 2001 From: Victor Costa Date: Tue, 5 Jan 2016 19:10:41 -0300 Subject: [PATCH] Add prefix to js and css --- gulp/build.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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