Skip to content

Commit

Permalink
visjs local (#972)
Browse files Browse the repository at this point in the history
* visjs local

* Update reference/commands/consumer/info.rst

Co-Authored-By: memsharded <james@conan.io>

* Update reference/commands/consumer/info.rst

Co-Authored-By: memsharded <james@conan.io>

* clarifying html paths automatic
  • Loading branch information
memsharded authored and danimtb committed Dec 15, 2018
1 parent 8eca8c9 commit fcbee01
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions reference/commands/consumer/info.rst
Original file line number Diff line number Diff line change
Expand Up @@ -183,3 +183,15 @@ You can generate a graph of your dependencies, in dot or html formats:
:height: 250 px
:width: 300 px
:align: center
The generated html output contains links to third party resources, the *vis.js* library (2 files: *vis.min.js*, *vis.min.css*).
By default they are retrieved from cloudfare. However, for environments without internet connection, these files
could be also used from the local cache and installed with :command:`conan config install` by putting those
files in the root of the configuration folder:
- *vis.min.js*: Default link to "https://cdnjs.cloudflare.com/ajax/libs/vis/4.18.1/vis.min.js"
- *vis.min.css*: Default link to "https://cdnjs.cloudflare.com/ajax/libs/vis/4.18.1/vis.min.css"
It is not necessary to modify the generated html file. Conan will automatically use the local paths to the cache files if
present, or the internet ones if not.

0 comments on commit fcbee01

Please sign in to comment.