Skip to content
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

.rtl.css (or --ext value) files must be excluded #90

Closed
smmoosavi opened this issue Jan 22, 2017 · 1 comment
Closed

.rtl.css (or --ext value) files must be excluded #90

smmoosavi opened this issue Jan 22, 2017 · 1 comment

Comments

@smmoosavi
Copy link

$ mkdir styles
$ touch styles/a.css
$ touch styles/b.css
$ ls styles/
a.css  b.css

$ 
$ rtlcss -d styles/
$ ls styles
a.css  a.rtl.css  b.css  b.rtl.css

$ rtlcss -d styles/
$ ls styles/
a.css  a.rtl.css  a.rtl.rtl.css  b.css  b.rtl.css  b.rtl.rtl.css

@MohammadYounes
Copy link
Owner

This is a duplicate of #64, for the time being you can set the destination to a different folder as mentioned here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants