Skip to content

Commit

Permalink
Remove CNAME
Browse files Browse the repository at this point in the history
Was needed for github pages, but using gitlab now.
  • Loading branch information
kentor committed May 13, 2017
1 parent 780137c commit 70c178b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ const uncss = require('gulp-uncss');

gulp.task('assets', function() {
return gulp.src([
'src/CNAME',
'src/images/**/*',
], { base: 'src' })
.pipe(gulp.dest('public'));
Expand Down
1 change: 0 additions & 1 deletion src/CNAME

This file was deleted.

0 comments on commit 70c178b

Please sign in to comment.