We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Is your feature request related to a problem? Please describe. We need a npm task manager to work our npm task.
Describe the solution you'd like something to run npm start as a task manager.
npm start
rpm-run-all
"scripts": { "test": "echo \"Error: no test specified\" && exit 1", "eleventy": "npx eleventy", "watch:eleventy": "eleventy --serve", "sass-start": "sass src/_scss/base.scss _site/css/da11yn.css", "sass-build": "sass --style=compressed src/_scss/base.scss _site/css/da11yn.css", "watch:sass": "npm run sass-start -- --watch", "start": "npm-run-all sass-start --parallel watch:*", "build": "npm-run-all sass-build --parallel eleventy" },
Additional context Suggestion to use gulp, grunt or Webpack
What Tool to Use: webpack vs Gulp vs Grunt vs Browserify
The text was updated successfully, but these errors were encountered:
List of what tasks we would like to accomplish with a task manager:
Anything else?
Sorry, something went wrong.
New page script related to #114
No branches or pull requests
Required information
Is your feature request related to a problem? Please describe.
We need a npm task manager to work our npm task.
Describe the solution you'd like
something to run
npm start
as a task manager.Additional information (optional)
Currently using
rpm-run-all
Additional context
Suggestion to use gulp, grunt or Webpack
What Tool to Use: webpack vs Gulp vs Grunt vs Browserify
The text was updated successfully, but these errors were encountered: