dgp1130 / rules_prerender

A Bazel rule set for prerending HTML pages.
14 stars 0 forks source link

Support naming the workspace anything other than `@rules_prerender` #59

Open dgp1130 opened 1 year ago

dgp1130 commented 1 year ago

Currently, using @rules_prerender means the workspace must be named rules_prerender. This is primarily because of https://github.com/aspect-build/bazel-lib/issues/359, where the only current workaround is to hard code the name of the external workspace the target is built within.

However, once that is fixed we should add a test case which deliberately installs the workspace under a different name just to verify that it works as expected.