generated from ITwrxOrg/EZ-Bkup
CSS emborkened in SSM after 'deploy site' with ITwrx_SSM #7
Labels
No Label
?/support
accepted
bug/defect
design flaw
design note
duplicate
enhancement
fix in dev
help wanted
invalid
needs info
rejected
feedback?
investigating
low priority
upstream
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: ITwrxOrg/SimpleSiteManager#7
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
w-11/12 probably doesn't exist in css. something with the tailwindcss call, or the browser, because loading some other pages magically fixes the previously broken page. Need to test with chromium based browser too.
Was not working, but the spookiness was caused by tailwindcss running in watch mode in the terminal all the time during dev and SSM running it manually to update the file and they were fighting. :) Looks to be working now. It seems it's best to create your command string and feed it to execCmdEx() instead of concatenating some unholy stringBeast in execCmdEx()'s parenthesis, even though you would think it shouldn't matter. And/or the absolute paths added to the tailwind config?