Move src/web/about/pages --> docs/

This commit is contained in:
syuilo
2016-12-31 06:50:13 +09:00
parent c3d5ed19b8
commit 0162ab9645
9 changed files with 10 additions and 10 deletions

View File

@ -90,9 +90,9 @@ gulp.task('build:about:docs', () => {
const licenses = glob.sync('./node_modules/**/LICENSE*');
const licenseHtml = getLicenseHtml('./LICENSE');
const thirdpartyLicensesHtml = licenses.map(license => getLicenseSectionHtml(license)).join('');
const pugs = glob.sync('./src/web/about/pages/**/*.pug');
const pugs = glob.sync('./docs/**/*.pug');
const streams = pugs.map(file => {
const page = file.replace('./src/web/about/pages/', '').replace('.pug', '');
const page = file.replace('./docs/', '').replace('.pug', '');
return gulp.src(file)
.pipe(pug({
locals: Object.assign({