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

Put in place a build system #21

Open
ymeine opened this issue Sep 20, 2013 · 0 comments
Open

Put in place a build system #21

ymeine opened this issue Sep 20, 2013 · 0 comments

Comments

@ymeine
Copy link
Contributor

ymeine commented Sep 20, 2013

To release the product, a build step seems essential: for sub parts building, validation/tests, optimization, packaging, etc...

Several build tools exist, one of the most famous in the JavaScript world being gruntjs (even if it's a more general purpose tool, aimed at executing tasks), but we might maybe choose another system, for even more than build: build and deployment

Once again, a npm script like npm build is welcome.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment