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 with npm scripts #84

Merged

Conversation

arcticicestudio
Copy link
Contributor

Closes #73

"gulp.js" (1) is a awesome tool to create simple or complex build
workflows with streams, but there are also some drawbacks:

* Gulp plugins often get out of date and don’t support new features from
  the underlying library
* The project depends on the Gulp plugin author and not the library that
is being wrapped
* Documentation for Gulp plugins are typically not very robust or
  comprehensive
* Debugging a Gulp plugin can be frustrating (is the problem in the
  plugin or in the underlying library?)
* If a plugin doesn't exist already for Gulp you need to write it
  yourself
* Errors that occur inside a Gulp wrapper aren't always handled very well

All currently implemented Gulp tasks have been migrated to npm scripts by
directly using the CLI API of the wrapped library.

References:

  (1) gulpjs.com

GH-73
@arcticicestudio arcticicestudio added this to the 0.7.0 milestone Jun 28, 2018
@arcticicestudio arcticicestudio merged commit 68c33d0 into develop Jun 28, 2018
@arcticicestudio arcticicestudio deleted the improvement/gh-73-replace-gulp-with-npm-scripts branch June 28, 2018 19:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant