Skip to content
This repository has been archived by the owner on Dec 9, 2020. It is now read-only.

Build system #2

Open
silverwind opened this issue Sep 26, 2016 · 3 comments
Open

Build system #2

silverwind opened this issue Sep 26, 2016 · 3 comments

Comments

@silverwind
Copy link
Member

silverwind commented Sep 26, 2016

Regarding a build system, I see two possibilties:

gulp

  • Upside: A lot of work can be handled by plugins.
  • Downside: Streams can complicate simple tasks.
  • Downside: Some tools like Perfectionist don't have have a gulp plugin.
  • Downside: Can't easily work around plugin bugs.

Hand-crafted Node.js build script

  • Upside: Maximum Flexibilty.
  • Downside: Might have to write a bit more code.

I don't really consider Grunt anymore at this point, it just seems so alien when it comes to configuration declaration and the way plugins interact.

@SEAPUNK
Copy link

SEAPUNK commented Sep 26, 2016

Hand-crafted scripts are so the way to go. I do not see any reason why anyone should use Gulp or Grunt at all.

Hell, Gulp and Grunt have given me more problems than any kind of hand-crafted script.

@Mottie
Copy link
Member

Mottie commented Sep 26, 2016

Yeah, I think that is also the way to go.

@silverwind
Copy link
Member Author

Okay, I'll get started on something soon, probably next weekend.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants