Remove console log
This commit is contained in:
parent
bcb013e39d
commit
23ae549b64
File diff suppressed because it is too large
Load Diff
|
|
@ -50,8 +50,6 @@ function buildTask(options){
|
||||||
return prev += '<link rel="stylesheet" href="' + cssPath + '">';
|
return prev += '<link rel="stylesheet" href="' + cssPath + '">';
|
||||||
}, '');
|
}, '');
|
||||||
|
|
||||||
console.log(cwd)
|
|
||||||
|
|
||||||
options
|
options
|
||||||
.src([cwd + '/**/*.html', '!' + cwd + '/**/*.inc.html'])
|
.src([cwd + '/**/*.html', '!' + cwd + '/**/*.inc.html'])
|
||||||
.pipe(preprocess({
|
.pipe(preprocess({
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue