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

Added support to compile using Docker #609

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from

Conversation

attrib
Copy link

@attrib attrib commented Dec 11, 2017

While working on #608 I needed a way to run unit tests and build the lib.

On my working machine I didn't wanted to install grunt-cli and bower.

Because I'm a big fan of Docker I created a Dockerfile and minor documentation in the README how to use it.

Just wanted to share this as I did this now anyway.

After running the commands, the compiled output is created under dist like grunt would do it normally. You just do not have the other folder hanging around like node_modules, ect.

Merge request checklist

  • I read the guidelines for contributing
  • I created my branch from dev and I am issuing the PR to dev
  • Unit tests are OK
  • If it's a new feature, I added the necessary unit tests
  • If it's a new language, I filled the __locale and __author fields

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

Successfully merging this pull request may close these issues.

None yet

1 participant