]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Removed motion-ui symlink from visual tests 8752/head
authorColin Marshall <colin.michael.marshall@gmail.com>
Sat, 7 May 2016 21:06:11 +0000 (15:06 -0600)
committerColin Marshall <colin.michael.marshall@gmail.com>
Sat, 7 May 2016 21:06:11 +0000 (15:06 -0600)
gulp/test.js
test/visual/motion-ui [deleted symlink]

index 35207424606ed9a576cea74405d144ecca4aa238..ef1738aa869461d97f91005f02ff88af8d2a0838 100644 (file)
@@ -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 (symlink)
index 27f49d5..0000000
+++ /dev/null
@@ -1 +0,0 @@
-../../node_modules/motion-ui/
\ No newline at end of file