From 8dc6a103acaf227e46af27b231ecf77e25004774 Mon Sep 17 00:00:00 2001 From: "DESKTOP-Q2JDODV\\Admin" Date: Tue, 29 Jun 2021 18:30:56 +0300 Subject: [PATCH] chore: rollback the dto:true config --- docs/config.json | 2 +- gulp/build.js | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/config.json b/docs/config.json index 113f5fc..8e9e1b6 100644 --- a/docs/config.json +++ b/docs/config.json @@ -1,5 +1,5 @@ { - "baseUrl": "/blur-admin-demo/", + "baseUrl": "/blur-admin/", "locals": { "url": "http://localhost:8080", "name": "The Wintersmith's blog", diff --git a/gulp/build.js b/gulp/build.js index efbccfb..b3ebdf4 100644 --- a/gulp/build.js +++ b/gulp/build.js @@ -33,9 +33,9 @@ gulp.task('html', ['inject', 'partials'], function () { addRootSlash: false }; - var htmlFilter = $.filter('*.html', { restore: true }); - var jsFilter = $.filter('**/*.js', { restore: true }); - var cssFilter = $.filter('**/*.css', { restore: true }); + var htmlFilter = $.filter('*.html', { restore: true, dot:true }); + var jsFilter = $.filter('**/*.js', { restore: true, dot:true }); + var cssFilter = $.filter('**/*.css', { restore: true, dot:true }); var assets; return gulp.src(path.join(conf.paths.tmp, '/serve/*.html'))