chore: rollback the dto:true config

demo-blur
DESKTOP-Q2JDODV\Admin 2021-06-29 18:30:56 +03:00
parent ff30bbcf3e
commit 8dc6a103ac
2 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
{
"baseUrl": "/blur-admin-demo/",
"baseUrl": "/blur-admin/",
"locals": {
"url": "http://localhost:8080",
"name": "The Wintersmith's blog",

View File

@ -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'))