diff --git a/.gitignore b/.gitignore index e77dc4ef..13a9c987 100644 --- a/.gitignore +++ b/.gitignore @@ -8,6 +8,7 @@ lib-cov *.gz *.sublime-project *.sublime-workspace +webapp-dependencies.txt pids diff --git a/README.md b/README.md index 2200cfa9..6fae0011 100644 --- a/README.md +++ b/README.md @@ -101,6 +101,9 @@ A: Easily by starting the your gulp process with the following command: ONION_BASE_URL='/' ONION_SERVER_URL='http://localhost.com:8000/' gulp serve ``` +Q: I want to know all dependencies that get bundled into the live build. +A: ```browserify -e js/app.js --list > webapp-dependencies.txt``` + Reading list ============