Opened 3 years ago
Closed 3 years ago
#8530 closed defect (bug) (fixed)
2 RTL CSS files have not been generated during the process
Reported by: | imath | Owned by: | netweb |
---|---|---|---|
Milestone: | 9.0.0 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Build/Test Tools | Keywords: | has-patch commit |
Cc: |
Description
I don't think I missed something. I just ran some tests and find out although CSS files are modified for online-members.css
and active-members.css
, the rtlcss
grunt task keeps on skipping the files. The result of the task for these two files looks like:
Skip saving unmodified file src/bp-members/css/blocks/active-members.css. Skip saving unmodified file src/bp-members/css/blocks/online-members.css.
I suggest to set the task option saveUnmodified
to true
to fix the issue.
Attachments (2)
Change History (4)
Note: See
TracTickets for help on using
tickets.
Well actually, now I had another look to it: it seems too bad to load 2 stylesheets when CSS rules are common to both blocks 😁.