You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running build command, it finishes but the output dist directory does not contain the the css file
Steps to reproduce
I'm not entirely sure how to reproduce it but I will provide with the project that caused this issue here
In order to build this, you'll need to run rollup -c in the root of the repository after installing npm dependencies.
After encountering this issue, I tried to build this project with the branch for #69 which did not experience this issue.
The text was updated successfully, but these errors were encountered:
@hamza1311 thanks for the report, turns out this is an issue with the 0.7.0 release where the finalized runtime config was not taking the canonical path of the target source HTML, which was causing a relative path to be used for the dist dir ignore instructions, which was causing changes in the dist to to not properly be ignored.
Just fixed the issue, will push a 0.7.1 release right now.
Demo: video
Output for
trunk config show
: https://pastify-app.web.app/show/kTrK9WxqycKWU7865SlSdist
directory:Looks like the output for stylesheet is missing here.
When running
build
command, it finishes but the outputdist
directory does not contain the thecss
fileSteps to reproduce
I'm not entirely sure how to reproduce it but I will provide with the project that caused this issue here
In order to build this, you'll need to run
rollup -c
in the root of the repository after installingnpm
dependencies.After encountering this issue, I tried to build this project with the branch for #69 which did not experience this issue.
The text was updated successfully, but these errors were encountered: