-
-
Notifications
You must be signed in to change notification settings - Fork 127
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Exclude option #64
Comments
Hi, The CLI is set for a complete review, for the time being, the simplest solution would be to set the destination to a different folder Thanks! |
May be |
yes, this is the idea. |
Or just replace the xxx.rtl.css by default and let the -x option for excluding files list |
Output files having the same name will be overwritten by default, The |
We are using an Ember addon, which uses rtlcss.process() internally to do the conversion to RTL. We would like to exclude certain vendor files such as bootstrap files from the RTL conversion process(The vendor files automatically display in rtl format when dir='rtl') . Is there any way to do this? |
@nive297 As you don't have control over the vendor files, You should consult with the Ember addon author on how to exclude certain files. Thanks! |
* Add RTL for Alternative-Dark, cf. FreshRSS#2811 * Update RTL for base/Origine * Also include a `*.rtl.rtl.css` deletion in `make rtl` to work around MohammadYounes/rtlcss#64
* Update RTL CSS files * Add RTL for Alternative-Dark, cf. #2811 * Update RTL for base/Origine * Also include a `*.rtl.rtl.css` deletion in `make rtl` to work around MohammadYounes/rtlcss#64 * forgot to commit Makefile
👍🏻 |
Hi again,
Can you please provide the exclude option for files such as
reset.css
andstye.rtl.css
, because using the CLI command you will get :style.css => style.rtl.css
and if you execute it a second time, it will generate :
P.S. I'm using a windows batch file instead of grunt/gulp.
The text was updated successfully, but these errors were encountered: