mirror of
https://github.com/kevin-DL/sapper.git
synced 2026-01-19 13:55:21 +00:00
handle non-Sapper responses when exporting - fixes #392
This commit is contained in:
@@ -2,9 +2,7 @@ const fs = require('fs');
|
||||
const path = require('path');
|
||||
const assert = require('assert');
|
||||
const Nightmare = require('nightmare');
|
||||
const serve = require('serve-static');
|
||||
const walkSync = require('walk-sync');
|
||||
const fetch = require('node-fetch');
|
||||
const rimraf = require('rimraf');
|
||||
const ports = require('port-authority');
|
||||
|
||||
@@ -83,6 +81,11 @@ function testExport({ basepath = '' }) {
|
||||
'about/index.html',
|
||||
'slow-preload/index.html',
|
||||
|
||||
'redirect-from/index.html',
|
||||
'redirect-to/index.html',
|
||||
'non-sapper-redirect-from/index.html',
|
||||
'non-sapper-redirect-to/index.html',
|
||||
|
||||
'blog/index.html',
|
||||
'blog/a-very-long-post/index.html',
|
||||
'blog/how-can-i-get-involved/index.html',
|
||||
|
||||
Reference in New Issue
Block a user