Browse Source

Remove old build files.

master
Chris Smith 6 years ago
parent
commit
b69e993643
2 changed files with 0 additions and 15 deletions
  1. 0
    8
      site/gulpfile.js
  2. 0
    7
      site/package.json

+ 0
- 8
site/gulpfile.js View File

@@ -1,8 +0,0 @@
1
-var gulp = require('gulp');
2
-var plugins = require('gulp-load-plugins')();
3
-
4
-gulp.task('hugo:prod', function(callback) {
5
-    gulp.src('').pipe(plugins.shell(['hugo -v -b https://www.chameth.com/ -d /var/www/html/'], { cwd: process.cwd() })).on('end', callback || function() {});;
6
-});
7
-
8
-gulp.task('default', ['hugo:prod']);

+ 0
- 7
site/package.json View File

@@ -1,7 +0,0 @@
1
-{
2
-  "dependencies": {
3
-    "gulp": "^3.9.1",
4
-    "gulp-load-plugins": "^1.2.0",
5
-    "gulp-shell": "^0.5.0"
6
-  }
7
-}

Loading…
Cancel
Save