Skip to content

Conversation

@md-abid-hussain
Copy link
Contributor

site directory was copying files from html directory along with dist.css. dist.css is generated by yarn build command.
For build command we were generating site directory first then copying all files from html directory and finally running tailwind command in html directory to generate dist.css

Since we are generating dist.css after copying the whole file from html directory, removing it early was causing the problem.

Closes #41

@netlify
Copy link

netlify bot commented Sep 23, 2023

Deploy Preview for viewpy ready!

Name Link
🔨 Latest commit 6c4d69e
🔍 Latest deploy log https://app.netlify.com/sites/viewpy/deploys/650f342a19e11e0008c2a8e6
😎 Deploy Preview https://deploy-preview-50--viewpy.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@ZeroIntensity ZeroIntensity merged commit 7a37e54 into ZeroIntensity:master Sep 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Remove dist.css

2 participants