Skip to content
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.

Error with multiple targets #202

Open
mojoaxel opened this issue May 13, 2017 · 0 comments
Open

Error with multiple targets #202

mojoaxel opened this issue May 13, 2017 · 0 comments

Comments

@mojoaxel
Copy link

Hi guys!

I'm playing around with happo ("happo": "^5.0.0-rc.3", "happo-target-firefox": "^5.0.0-rc.4") on ubuntu linux.

I tried to define multiple targets for multiple tests:

targets: [
    new FirefoxTarget({
	name: 'test_1',
	sourceFiles: [
		'test_1.js'
	],
	stylesheets: [
		'test_1.css'
	]
	...
    ),
    new FirefoxTarget(
	name: 'test_2',
	sourceFiles: [
		'test_2.js'
	],
	stylesheets: [
		'test_2.css'
	]
	...
    ),
],

Node throws an Error: listen EADDRINUSE 0.0.0.0:4567 if I do a happo run without defining a specific target.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant