You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: