From 87850b3cb12c0be539483177d7aaee197d2afd79 Mon Sep 17 00:00:00 2001 From: Bryan Housel Date: Mon, 20 Feb 2017 20:37:19 -0500 Subject: [PATCH] Don't need these symlinks anymore --- build.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/build.js b/build.js index 2c925ea6f..ba83a2aea 100644 --- a/build.js +++ b/build.js @@ -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)) {