[GitHub] couchdb-fauxton pull request #767: Check dependencies added to Fauxton build

2016-09-12 Thread garrensmith
Github user garrensmith closed the pull request at: https://github.com/apache/couchdb-fauxton/pull/767 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the

[GitHub] couchdb-fauxton pull request #767: Check dependencies added to Fauxton build

2016-09-06 Thread robertkowalski
Github user robertkowalski commented on a diff in the pull request: https://github.com/apache/couchdb-fauxton/pull/767#discussion_r77660861 --- Diff: bin/depCheck.js --- @@ -0,0 +1,8 @@ +var webpack = require("webpack"); +const config = require('../webpack.config.release');

[GitHub] couchdb-fauxton pull request #767: Check dependencies added to Fauxton build

2016-09-06 Thread robertkowalski
Github user robertkowalski commented on a diff in the pull request: https://github.com/apache/couchdb-fauxton/pull/767#discussion_r77660802 --- Diff: bin/depCheck.js --- @@ -0,0 +1,8 @@ +var webpack = require("webpack"); --- End diff -- const and singel quotes

[GitHub] couchdb-fauxton pull request #767: Check dependencies added to Fauxton build

2016-09-05 Thread garrensmith
GitHub user garrensmith opened a pull request: https://github.com/apache/couchdb-fauxton/pull/767 Check dependencies added to Fauxton build run `npm run webpack:depcheck` to list all dependencies You can merge this pull request into a Git repository by running: $ git pull