Skip to content

Commit

Permalink
upgrade to gulp 4
Browse files Browse the repository at this point in the history
  • Loading branch information
jsnellbaker committed Aug 2, 2018
1 parent 47d3c3e commit a897464
Show file tree
Hide file tree
Showing 4 changed files with 856 additions and 638 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ Working examples can be found in [the developer docs](http://prebid.org/dev-docs
$ npm install

*Note:* You need to have `NodeJS` 4.x or greater installed.
*Note:* Because we have transitioned to using gulp 4.0 - you need to have `gulp-cli` installed globally prior to running the general `npm install`. If you have a previous version of `gulp` installed globally, you'll need to remove it before installing `gulp-cli`. This removal can be done with the command: `npm rm gulp -g`

<a name="Build"></a>

Expand Down
Loading

0 comments on commit a897464

Please sign in to comment.