mirror of
https://github.com/pbakaus/impeccable.git
synced 2026-09-11 21:57:14 +03:00
oracle: track live-html's dist/generated.html (the root dist/ ignore hid it from CI checkouts)
Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01Vau2X53xGTjjTCXWMVBoNY
This commit is contained in:
co-authored by
Claude Fable 5.1
parent
6580c47f1f
commit
36037ea8c5
@@ -13,6 +13,10 @@ build/
|
||||
# can copy them into tmp git repos and assert is-generated behavior.
|
||||
!tests/framework-fixtures/**/dist/
|
||||
!tests/framework-fixtures/**/dist/**
|
||||
# Same for the oracle workspaces: live-html carries a dist/generated.html
|
||||
# that the generated-file cases point at.
|
||||
!tests/oracle/workspaces/**/dist/
|
||||
!tests/oracle/workspaces/**/dist/**
|
||||
|
||||
# Build artifacts
|
||||
*.log
|
||||
|
||||
@@ -0,0 +1,7 @@
|
||||
<!-- @generated by build.js. DO NOT EDIT. -->
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<body>
|
||||
<h1 class="built-title">Built output</h1>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user