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

Replace gulp.js with npm scripts #27

Closed
arcticicestudio opened this issue Jan 7, 2018 · 0 comments
Closed

Replace gulp.js with npm scripts #27

arcticicestudio opened this issue Jan 7, 2018 · 0 comments

Comments

@arcticicestudio
Copy link
Contributor

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.

@arcticicestudio arcticicestudio added this to the 0.5.0 milestone Jan 7, 2018
@arcticicestudio arcticicestudio changed the title Use npm instead of Gulp as build tool Replace gulp.js with npm scripts Jan 7, 2018
arcticicestudio added a commit that referenced this issue Jan 7, 2018
"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.com

GH-27
arcticicestudio added a commit that referenced this issue Jan 7, 2018
"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.com

GH-27
arcticicestudio added a commit that referenced this issue Jan 7, 2018
…s-with-npm-scripts

Replace gulp.js with npm scripts
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant