jenkins-bot has submitted this change and it was merged. Change subject: Add bin/phantomjs symlink to deep node_modules path ......................................................................
Add bin/phantomjs symlink to deep node_modules path Not likely to be used directly any time soon (since we use Grunt), but helps with debugging to not have to dig into this deep node_modules path. Change-Id: Ie33f1fb3f7d5c0ea82900901223e74f113f49e6c --- A bin/phantomjs 1 file changed, 1 insertion(+), 0 deletions(-) Approvals: Krinkle: Looks good to me, approved jenkins-bot: Verified diff --git a/bin/phantomjs b/bin/phantomjs new file mode 120000 index 0000000..d74ccfd --- /dev/null +++ b/bin/phantomjs @@ -0,0 +1 @@ +../tools/node_modules/grunt-contrib-qunit/node_modules/grunt-lib-phantomjs/node_modules/phantomjs/bin/phantomjs \ No newline at end of file -- To view, visit https://gerrit.wikimedia.org/r/125040 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ie33f1fb3f7d5c0ea82900901223e74f113f49e6c Gerrit-PatchSet: 2 Gerrit-Project: integration/jenkins Gerrit-Branch: master Gerrit-Owner: Krinkle <[email protected]> Gerrit-Reviewer: Krinkle <[email protected]> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
