blob: d55964376b178d9088028400e00d79488a781aa5 [file] [log] [blame]
filegroup(
name = "_tools-gui-gulp-files",
srcs = [
"package.json",
"gulpfile.babel.js",
] + glob(["gulp-tasks/**"]),
)
genrule(
name = "tools-gui-gulp",
srcs = [":_tools-gui-gulp-files"],
outs = ["tools-gui-gulp.jar"],
cmd = "cd tools/gui && find . -type f -exec touch -t 201806280000 {} \; && jar Mcf ../../$@ .",
visibility = ["//visibility:public"],
)