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
{{ message }}
This repository was archived by the owner on Jan 23, 2021. It is now read-only.
Is your feature request related to a problem? Please describe.
Currently sip is pretty good at testing and building libraries but that's it. It would be great to have it also build node apps and web apps.
Describe the solution you'd like
A flag for test and build to indicate whether the provided pkg is for node, web or lib.
lib is the current behavior node would create a dist optimized for node dist web would optimize css, js, html and static files into dist fit for serving with nginx or whevs