mirror of
https://github.com/ascribe/onion.git
synced 2024-12-22 09:23:13 +01:00
update readme and gitignore
This commit is contained in:
parent
d1ed25fe97
commit
5289626b2d
1
.gitignore
vendored
1
.gitignore
vendored
@ -8,6 +8,7 @@ lib-cov
|
|||||||
*.gz
|
*.gz
|
||||||
*.sublime-project
|
*.sublime-project
|
||||||
*.sublime-workspace
|
*.sublime-workspace
|
||||||
|
webapp-dependencies.txt
|
||||||
|
|
||||||
|
|
||||||
pids
|
pids
|
||||||
|
@ -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
|
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
|
Reading list
|
||||||
============
|
============
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user