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

Run javascript unit tests on build #39

Closed
alechenninger opened this issue Nov 26, 2014 · 2 comments
Closed

Run javascript unit tests on build #39

alechenninger opened this issue Nov 26, 2014 · 2 comments
Assignees

Comments

@alechenninger
Copy link
Contributor

This will require interfacing with node / npm from maven. There is an active project which can do this: https://github.com/eirslett/frontend-maven-plugin

It downloads node and npm so it seems pretty portable.

Related to this is to make sure unrelated bower_components code doesn't end up in final jar. This can probably be filtered out somehow with maven configs? (Exclude everything, then only include what we need?)

@dcrissman dcrissman added the ready label Dec 8, 2014
@alechenninger
Copy link
Contributor Author

Running unit tests was implemented in #52

For minifying, opened #55

@alechenninger
Copy link
Contributor Author

Woops, I thought that PR was merged, reopening this issue

@alechenninger alechenninger reopened this Jan 23, 2015
@alechenninger alechenninger changed the title Run javascript unit tests and minify js/css on build Run javascript unit tests on build Jan 23, 2015
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

4 participants