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

There are not examples on how to run command line options like --pretty or --multipass #62

Closed
alanalvarado opened this issue Jan 12, 2020 · 1 comment

Comments

@alanalvarado
Copy link

I just tried the next config, but pretty: true won't do nothing, so what is the correct syntax to pass those options? thanks in advance.

development: {
			options: {
				pretty: true,
				plugins: [
					{minifyStyles: false}
				]
			},
			files: [{
				expand: true,
				cwd: '<%= path.src.root %>',
				src: ['**/*.svg'],
				dest: '<%= path.dev.root %>'
			}]
		}
@sindresorhus
Copy link
Owner

The provided options are passed directly to SVGO. I cannot answer questions on how it works from there on.

@sindresorhus sindresorhus closed this as not planned Won't fix, can't repro, duplicate, stale Jan 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants