chore: rollback the dto:true config
parent
ff30bbcf3e
commit
8dc6a103ac
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"baseUrl": "/blur-admin-demo/",
|
||||
"baseUrl": "/blur-admin/",
|
||||
"locals": {
|
||||
"url": "http://localhost:8080",
|
||||
"name": "The Wintersmith's blog",
|
||||
|
|
|
@ -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'))
|
||||
|
|
Loading…
Reference in New Issue