Don't need these symlinks anymore

This commit is contained in:
Bryan Housel
2017-02-20 20:37:19 -05:00
parent 00b5ca12bd
commit 87850b3cb1

View File

@@ -17,9 +17,6 @@ const suggestions = require('name-suggestion-index/name-suggestions.json');
const symlinks = {
'land.html': 'dist/land.html',
'img': 'dist/img',
'css/img': '../dist/img',
'test/css': '../css',
'test/img': '../dist/img'
};
for (var target of Object.keys(symlinks)) {