From 237696ee62efd93d1673357159e0104c6f429e8a Mon Sep 17 00:00:00 2001 From: Petr Patotski Date: Mon, 12 Jun 2017 16:58:10 -0400 Subject: [PATCH] Moved index page to docs --- site/page.html => docs/index.html | 0 gulpfile.js | 4 ++-- page.html => src/index.html | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) rename site/page.html => docs/index.html (100%) rename page.html => src/index.html (97%) diff --git a/site/page.html b/docs/index.html similarity index 100% rename from site/page.html rename to docs/index.html diff --git a/gulpfile.js b/gulpfile.js index 424c83c..9fb1d9f 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -2,9 +2,9 @@ var gulp = require('gulp'); var inlinesource = require('gulp-inline-source'); gulp.task('build', function () { - return gulp.src('./page.html') + return gulp.src('./src/index.html') .pipe(inlinesource({ compress: false })) - .pipe(gulp.dest('./site')); + .pipe(gulp.dest('./docs')); }); \ No newline at end of file diff --git a/page.html b/src/index.html similarity index 97% rename from page.html rename to src/index.html index daf4b54..8720d4e 100644 --- a/page.html +++ b/src/index.html @@ -259,8 +259,8 @@

Output

Copyright 2017 github.com - All Rights Reserved.

- - + +