-
Notifications
You must be signed in to change notification settings - Fork 24
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
Outputting Minified Obfuscated Styles #34
Comments
Mine, too. Thought that was intentional. |
I've resorted to copying the source styles individually per component, but that's less than ideal and easy to screw up. |
Is there an option or something to turn off obfuscation? |
Undocumented config option 'fixed' worked for me.
Cheers, |
Wow, this is great! I think that option should be documented. In fact, I think it should be the default option, and if it does not minify also, even better (right now that option only prevents obfuscation). Then there should be an option to request output to be obfuscated and or minified, not the other way around. |
Perhaps I'm not using the tool correctly or perhaps I expected something different, but when I follow the setup guide in the README, the tool outputs the theme.css and theme.js minified and obfuscated. Shortened for brevity.
theme.css
theme.js
Would this tool be picking up the postcss.config.js file in my project root?
The text was updated successfully, but these errors were encountered: