Skip to content

Commit

Permalink
Adding the LDP-framework as an assets, for clarity
Browse files Browse the repository at this point in the history
  • Loading branch information
balessan committed Nov 13, 2015
1 parent 9412e33 commit f0c6d0d
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
[submodule "assets/fluidgraph"]
path = assets/fluidgraph
url = https://github.com/fluidlog/fluidgraph.git
[submodule "assets/LDP-framework"]
path = assets/LDP-framework
url = https://github.com/Open-Initiative/LDP-framework.git
1 change: 1 addition & 0 deletions assets/LDP-framework
Submodule LDP-framework added at 3639ab
2 changes: 1 addition & 1 deletion assets/fluidgraph
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@

<!--[if lt IE 11]>
Votre navigateur est obsolète.
Merci d'utiliser un navigateur récent : IE 9 (min), Firefox, Chrome ou Safari
Merci d'utiliser un navigateur récent : IE 11 (min), Firefox, Chrome ou Safari
<![endif]-->

<script src="assets/fluidgraph/js/jquery-2.1.4.min.js"></script>
<script src="assets/fluidgraph/js/d3.v3.min.js"></script>
<script src="assets/fluidgraph/js/jquery.mockjax.min.js"></script>
<script src="assets/fluidgraph/js/FileSaver.min.js"></script>
<script src="assets/fluidgraph/js/mystore.js"></script>
<script src="assets/LDP-framework/mystore.js"></script>

<script src="assets/fluidgraph/js/semantic2.1.2.js"></script>
<link rel="stylesheet" href="assets/fluidgraph/css/semantic2.1.2.css" />
Expand Down

0 comments on commit f0c6d0d

Please sign in to comment.