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

Add scripts for common tasks? #4

Open
mrlubos opened this issue Apr 13, 2018 · 2 comments
Open

Add scripts for common tasks? #4

mrlubos opened this issue Apr 13, 2018 · 2 comments

Comments

@mrlubos
Copy link
Contributor

mrlubos commented Apr 13, 2018

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.

@lilykonings
Copy link
Owner

lilykonings commented Apr 13, 2018

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

@mrlubos
Copy link
Contributor Author

mrlubos commented Apr 14, 2018

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. 🙌

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

No branches or pull requests

2 participants