Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build / test setup #7

Closed
necolas opened this issue Dec 21, 2014 · 2 comments
Closed

build / test setup #7

necolas opened this issue Dec 21, 2014 · 2 comments

Comments

@necolas
Copy link

necolas commented Dec 21, 2014

to work on this module involves reading through the Makefile and trying to work out which tasks you need to run in which order.

consider moving the npm dependencies into the 'devDependencies' field? or make some tasks dependencies of others, so running 'make test' or 'make build' works.

basically i don't really know how to run the tests. after running make dependencies, make build exits with errors and make test outputs nothing to the console.

@WebReflection
Copy link
Owner

you are right, the initial build system was a bit convolute and I've realized only now that I had to clone and set up from scratch on my new laptop nothing was working that much ... so, in latest push I've dropped ie8, not needed here, plus simplified a bit the logic.

make dependencies
make
make web

At this point you can run that link and if everything is green you'll be good to go.

Sorry for the confusion, also bad documentation ... oh well

@WebReflection
Copy link
Owner

hope it's OK if I close it since the described work around works fine here. Will put a reference to the README soon though.

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

No branches or pull requests

2 participants