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
The project currently misses scripts inside package.json. It would make life easier if we could use package manager to run the most frequently used scripts, e.g. serve or build.
The text was updated successfully, but these errors were encountered:
I want to include only what is pertinent so users don't have to spend any time re-writing or deleting extra stuff. This commit separated out firewall task to give room for custom tasks
Good idea with the separation. I guess it comes down to what's the primary use case for this library. Should the user implement it into her project (integrate), or build on top of it (boilerplate)? If it's the former, this project could be narrowed down pretty much to the gulpfile.js or rather those few crucial tasks. If it's the latter, I'd compare it to create-react-app and argue to include some scripts. 🙌
The project currently misses
scripts
insidepackage.json
. It would make life easier if we could use package manager to run the most frequently used scripts, e.g.serve
orbuild
.The text was updated successfully, but these errors were encountered: