Opened 5 years ago
Closed 5 years ago
#8530 closed defect (bug) (fixed)
2 RTL CSS files have not been generated during the process
| Reported by: | imath | Owned by: | netweb |
|---|---|---|---|
| Priority: | normal | Milestone: | 9.0.0 |
| Component: | Build/Test Tools | Version: | |
| Severity: | normal | 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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
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 😁.