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
gulp.js is meant to be used as streaming build tool for larger projects with many tasks to combine them to a simple workflow. Nord Hyper is a small project with only one build /development task where gulp.js is more overhead / too heavy weight.
The lint task should be replaced with a simple npm script command to run eslint.
The text was updated successfully, but these errors were encountered:
"gulp.js" (1) is meant to be used as streaming build tool for larger
projects with many tasks to combine them to a simple workflow. Nord Hyper
is a small project with only one build /development task where gulp.js is
more overhead / too heavy weight.
The "lint" task should be replaced with a simple npm script command to run "eslint".
References:
(1) https://gulpjs.comGH-27
"gulp.js" (1) is meant to be used as streaming build tool for larger
projects with many tasks to combine them to a simple workflow. Nord Hyper
is a small project with only one build /development task where gulp.js is
more overhead / too heavy weight.
The "lint" task should be replaced with a simple npm script command to run "eslint".
References:
(1) https://gulpjs.comGH-27
gulp.js is meant to be used as streaming build tool for larger projects with many tasks to combine them to a simple workflow. Nord Hyper is a small project with only one build /development task where gulp.js is more overhead / too heavy weight.
The
lint
task should be replaced with a simple npm script command to runeslint
.The text was updated successfully, but these errors were encountered: