From: Colin Marshall Date: Sat, 7 May 2016 21:06:11 +0000 (-0600) Subject: Removed motion-ui symlink from visual tests X-Git-Tag: v6.2.2-rc1~15^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F8752%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Removed motion-ui symlink from visual tests --- diff --git a/gulp/test.js b/gulp/test.js index 352074246..ef1738aa8 100644 --- a/gulp/test.js +++ b/gulp/test.js @@ -19,7 +19,8 @@ gulp.task('test', ['sass:foundation', 'test:transpile-js', 'watch'], function() baseDir: 'test/visual', directory: true, routes: { - "/assets": "_build/assets" + "/assets": "_build/assets", + "/motion-ui": "node_modules/motion-ui" } } }); diff --git a/test/visual/motion-ui b/test/visual/motion-ui deleted file mode 120000 index 27f49d5b1..000000000 --- a/test/visual/motion-ui +++ /dev/null @@ -1 +0,0 @@ -../../node_modules/motion-ui/ \ No newline at end of file