Skip to content

Commit

Permalink
remove limitation relating to global install
Browse files Browse the repository at this point in the history
  • Loading branch information
justinhelmer committed Feb 15, 2016
1 parent e2701d7 commit c6d98b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -15,7 +15,7 @@ The truth is, `Gulp` is merely a wrapper around other libraries. The _real_ powe

When combined with [Orchestrator](https://github.com/robrich/orchestrator) to run tasks in maximum concurrency and manage events, some amazing things can be accomplished.

However, `Gulp` also comes with its share of limitations. Most importantly, there is no supported `node JS` interface. `Gulp` expects to be installed _globally_, and run via the `CLI`. This can be a _huge_ limitation when developing robust automation workflows.
However, `Gulp` also comes with its share of limitations. Most importantly, there is no supported `node JS` interface. `Gulp` expects to be run via the `CLI`. This can be a _huge_ limitation when developing robust automation workflows.

It is also very difficult to pass run-time options to `Gulp` tasks without manually parsing command-line options, and arguably _impossible_ to chain reusable streams in a single pipeline for maximum performance (at least out-of-the-box).

Expand Down

0 comments on commit c6d98b2

Please sign in to comment.