Skip to content

Commit

Permalink
remove more vendor libs
Browse files Browse the repository at this point in the history
  • Loading branch information
zy4 committed Dec 24, 2017
1 parent a83d933 commit 4a2c3a8
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 33 deletions.
1 change: 0 additions & 1 deletion COPYING.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ public/javascripts/vendor/biojs-vis-tree | [Miguel Pignatelli](https://github.co
public/javascripts/vendor/loadingoverlay.js | [Gaspare Sganga](http://gasparesganga.com/labs/jquery-loading-overlay/) | [MIT](https://github.com/gosquared/flags/blob/master/LICENSE.txt)
public/styles/hamburgers.min.css | [Jonathan Suh](https://github.com/jonsuh/hamburgers) | [MIT](https://github.com/gosquared/flags/blob/master/LICENSE.txt)
public/javascripts/vendor/reformat | Seung-Zin Nam and [David Rau](https://github.com/davidmrau) | [MIT](https://github.com/gosquared/flags/blob/master/LICENSE.txt)
public/javascripts/vendor/jquery.visible.min.js | [customd](https://github.com/customd/jquery-visible) | [MIT](https://github.com/gosquared/flags/blob/master/LICENSE.txt)
public/javascripts/vendor/newick.js | [Jason Davies](https://github.com/jasondavies/newick.js) | ???
modules/common/src/main/scala/de/proteinevolution/common/HTTPRequest.scala | [Thibault Duplessis](https://github.com/ornicar/lila) | AGPLv3+
modules/common/src/main/scala/de/proteinevolution/tools/FNV.scala | [Philip Southam](https://github.com/philipsoutham/scala-fnv) | [Apache 2.0](https://github.com/LexLuengas/chessnut-pieces/blob/master/LICENSE.txt)
Expand Down
4 changes: 2 additions & 2 deletions app/views/main.scala.html
Original file line number Diff line number Diff line change
Expand Up @@ -74,15 +74,15 @@


<!-- NGL 3D Viewer -->
<script src="@routes.Assets.versioned("javascripts/vendor/ngl.js")" type="text/javascript"></script>
@Html(webJarsUtil.script("ngl.js"))

<!-- Typeahead.js -->

@Html(webJarsUtil.script("bloodhound.min.js"))
@Html(webJarsUtil.script("typeahead.jquery.js"))

<!-- VISIBLE -->
<script src="@routes.Assets.versioned("javascripts/vendor/jquery.visible.min.js")" type="text/javascript"></script>
@Html(webJarsUtil.script("jquery.visible.min.js"))

<!-- Loadingoverlay -->
<script src="@routes.Assets.versioned("javascripts/vendor/loadingoverlay.js")" type="text/javascript"></script>
Expand Down
4 changes: 3 additions & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,9 @@ object Dependencies {
"org.webjars.npm" % "snapsvg" % "0.5.1",
"org.webjars.npm" % "jquery-nice-select" % "1.1.0",
"org.webjars.npm" % "floating-scroll" % "2.3.3",
"org.webjars.npm" % "biojs-io-newick" % "1.5.0"
"org.webjars.npm" % "biojs-io-newick" % "1.5.0",
"org.webjars.bower" % "df-visible" % "1.3.0-rc.1",
"org.webjars.npm" % "ngl" % "0.10.4"
)

}
1 change: 0 additions & 1 deletion public/javascripts/vendor/jquery.visible.min.js

This file was deleted.

28 changes: 0 additions & 28 deletions public/javascripts/vendor/ngl.js

This file was deleted.

0 comments on commit 4a2c3a8

Please sign in to comment.