diff --git a/gulpfile.js b/gulpfile.js index 872e865..33262d7 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -4,8 +4,6 @@ const ts = require('gulp-typescript'); const exec = require('child_process').exec; let tsSource = ts.createProject('tsconfig.json') -let pageFiles = ['src/assets/pages/**', 'src/assets/pages/scripts/*', 'src/assets/pages/styles/*'] - function clean(cb) { del(['build/*']); cb(); diff --git a/src/assets/pages/index.html b/src/assets/pages/index.html index 9a3ac88..51f1b1a 100644 --- a/src/assets/pages/index.html +++ b/src/assets/pages/index.html @@ -12,10 +12,8 @@
Welcome to the landing page.
-
- +
+