Commit cea2975a authored by Guillaume Perréal's avatar Guillaume Perréal
Browse files

Supprime les vieux fichiers BUILD.

No related merge requests found
Showing with 0 additions and 56 deletions
+0 -56
BUILD deleted 100644 → 0
package(default_visibility = ["PUBLIC"])
filegroup(
name = "reveal.js",
srcs = [
"//css/theme",
"//lib",
"///upstream//:reveal.js",
],
)
export_file(
name = "rules",
src = "rules.build_defs",
)
subrepo(
name = "tools",
path = "tools",
)
github_repo(
name = "upstream",
repo = "hakimel/reveal.js",
revision = "3.9.2",
build_file = "upstream.BUILD",
hashes = "36f90d77ab3951b6185e631a1fc847bd8563d8bd",
)
package(default_visibility = ["PUBLIC"])
subinclude("///tools//:rules")
filegroup(
name = "theme",
srcs = [
sass(
"source/inrae.scss",
"reveal.js/css/theme/inrae.css",
["///upstream//:theme-templates"],
),
],
)
package(default_visibility = ["PUBLIC"])
subinclude("///tools//:rules")
filegroup(
name = "lib",
srcs = [
process(
src,
"reveal.js/lib/%s" % src,
)
for src in glob(["**"])
],
)
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment