Skip to content

Commit

Permalink
upgrade to gulp 4 (#2930)
Browse files Browse the repository at this point in the history
* upgrade to gulp 4

* update circleci config

* removed some tasks and added notest flag

* update lint dependency for test task
  • Loading branch information
jsnellbaker committed Sep 5, 2018
1 parent 7945098 commit ac207c5
Show file tree
Hide file tree
Showing 5 changed files with 1,001 additions and 730 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- node_modules
key: v1-dependencies-{{ checksum "package.json" }}

- run: sudo npm install -g gulp
- run: sudo npm install -g gulp-cli
# Download and run BrowserStack local
- run:
name : Download BrowserStack Local binary and start it.
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ 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`. Run the following command to perform the install: `npm install gulp-cli -g`
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 ac207c5

Please sign in to comment.