Add codemirror-minified to WORKSPACE
Adding this dependency to WORKSPACE allows a plugin (codemirror-editor) to load it in a descendant change. Bug: Issue 4437 Change-Id: I6cf5a55a21c6e749215ef91e895554444e49b657
This commit is contained in:
parent
ed4e5f1f88
commit
977c725e3d
@ -1145,6 +1145,13 @@ bower_archive(
|
||||
version = "1.0.0",
|
||||
)
|
||||
|
||||
bower_archive(
|
||||
name = "codemirror-minified",
|
||||
package = "Dominator008/codemirror-minified",
|
||||
sha1 = "51ba8d9256c63ce95238253c5b2eb7d5b12d6ed3",
|
||||
version = "5.28.0",
|
||||
)
|
||||
|
||||
# bower test stuff
|
||||
|
||||
bower_archive(
|
||||
|
@ -35,3 +35,8 @@ filegroup(
|
||||
srcs = ["//lib/highlightjs:highlight.min.js"],
|
||||
data = ["//lib:LICENSE-highlightjs"],
|
||||
)
|
||||
|
||||
bower_component(
|
||||
name = "codemirror-minified",
|
||||
license = "//lib:LICENSE-codemirror-minified",
|
||||
)
|
||||
|
@ -22,6 +22,11 @@ def load_bower_archives():
|
||||
package = "chai",
|
||||
version = "3.5.0",
|
||||
sha1 = "849ad3ee7c77506548b7b5db603a4e150b9431aa")
|
||||
bower_archive(
|
||||
name = "codemirror-minified",
|
||||
package = "Dominator008/codemirror-minified",
|
||||
version = "5.28.0",
|
||||
sha1 = "51ba8d9256c63ce95238253c5b2eb7d5b12d6ed3")
|
||||
bower_archive(
|
||||
name = "font-roboto",
|
||||
package = "PolymerElements/font-roboto",
|
||||
|
@ -33,6 +33,7 @@ import bowerutil
|
||||
|
||||
# list of licenses for packages that don't specify one in their bower.json file.
|
||||
package_licenses = {
|
||||
"codemirror-minified": "codemirror-minified",
|
||||
"es6-promise": "es6-promise",
|
||||
"fetch": "fetch",
|
||||
"font-roboto": "polymer",
|
||||
|
Loading…
x
Reference in New Issue
Block a user