make changes suggested by matiu

This commit is contained in:
Manuel Araoz 2014-06-02 14:07:55 -03:00
commit 8e93cac7ca
4 changed files with 2 additions and 8 deletions

1
.gitignore vendored
View file

@ -40,7 +40,6 @@ lib/*
!lib/socket.io.js !lib/socket.io.js
js/copayBundle.js js/copayBundle.js
config.js
webapp/copay-webapp webapp/copay-webapp
webapp/download webapp/download

View file

@ -20,7 +20,6 @@ Build Copay:
npm install npm install
bower install bower install
grunt shell --target=dev grunt shell --target=dev
cp config.template.js config.js
``` ```
Open Copay: Open Copay:
@ -53,11 +52,8 @@ node launch.js $n &
``` ```
## Configuration ## Configuration
Default configuration can be found in the config.template.js file. Default configuration can be found in the config.js file.
If you want to configure Copay differently, you can copy that file See config.js for more info on configuration options.
to config.js and change the values.
See config.template.js for more info on configuration options.

View file

@ -726,7 +726,6 @@ on supported browsers please check <a href="http://www.webrtc.org/">http://www.w
</script> </script>
<script src="config.template.js"></script>
<script src="config.js"></script> <script src="config.js"></script>
<script src="lib/angular/angular.min.js"></script> <script src="lib/angular/angular.min.js"></script>