Remove apache-server-configs / .htaccess

This commit is contained in:
Christian Oliff
2022-06-04 11:45:00 +09:00
parent eee5d70a3c
commit a1d3ea3505
11 changed files with 20 additions and 1368 deletions

View File

@@ -51,11 +51,6 @@ function runTests() {
describe(`Test if the files from the "${dir}" directory have the expected content`, () => {
it('".htaccess" should have the "ErrorDocument..." line uncommented', (done) => {
const string = '\n\nErrorDocument 404 /404.html\n\n';
checkString(path.resolve(dir, '.htaccess'), string, done);
});
it('"index.html" should contain the correct Modernizr version in the local URL', (done) => {
const string = `js/vendor/modernizr-${pkg.devDependencies.modernizr}.min.js`;
checkString(path.resolve(dir, 'index.html'), string, done);

View File

@@ -16,7 +16,6 @@ const expectedFilesInDistDir = [
'.editorconfig',
'.gitattributes',
'.gitignore',
'.htaccess',
'404.html',
'package.json',
'browserconfig.xml',