Removed manually adding std component lib items.
This commit is contained in:
parent
150a2d71cb
commit
8ae16e327f
@ -245,9 +245,6 @@ class DefaultStaticSiteGenerator implements StaticSiteGenerator {
|
|||||||
if (pageView instanceof WvcPageView) {
|
if (pageView instanceof WvcPageView) {
|
||||||
pageView.context = new DefaultWebViewComponentContext().tap {
|
pageView.context = new DefaultWebViewComponentContext().tap {
|
||||||
configureRootScope(WebViewComponentScope) {
|
configureRootScope(WebViewComponentScope) {
|
||||||
// standard lib
|
|
||||||
addWithAttr(Each)
|
|
||||||
|
|
||||||
// custom components
|
// custom components
|
||||||
allWvc.each { wvcClass ->
|
allWvc.each { wvcClass ->
|
||||||
//noinspection GroovyAssignabilityCheck
|
//noinspection GroovyAssignabilityCheck
|
||||||
|
Loading…
Reference in New Issue
Block a user