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

Missing styles.min.css since 3.0.17 update #1687

Closed
Jaessun opened this issue Dec 6, 2017 · 2 comments
Closed

Missing styles.min.css since 3.0.17 update #1687

Jaessun opened this issue Dec 6, 2017 · 2 comments
Milestone

Comments

@Jaessun
Copy link

Jaessun commented Dec 6, 2017

Issue description:

Hi,
Since the 3.0.17 update there is a missing styles.min.css in the customizer.

missing style

When I browse the /controls/css directory of the plugin, styles.min.css is not there. Only styles.css is there and if I rename it to styles.min.css it works as expected.

Version used:

3.0.17

Using theme_mods or options?

theme_mods

Code to reproduce the issue (config + field(s))

Adding any control with Kirki can reproduce this issue.
For example:

Kirki::add_config( 'my_config', array(
	'capability'    => 'edit_theme_options',
	'option_type'   => 'theme_mod',
) );

Kirki::add_section( 'my_section', array(
	'priority'    => 10,
	'title'       => 'My Section',
	'description' => 'My section description',
) );

Kirki::add_field( 'my_config', array(
	'type'        => 'color',
	'settings'    => 'my_setting',
	'label'       => 'This is the label',
	'section'     => 'my_section',
	'default'     => 42,
	'choices'     => array(
		'min'  => '0',
		'max'  => '100',
		'step' => '1',
	),
) );
@aristath
Copy link
Contributor

aristath commented Dec 6, 2017

Hey there!
I'm terribly sorry for this, there appears to have been an error in the deploy script that pushes the update on the wordpress.org repository.
Please delete your copy and re-download from wordpress.org, I just updates it there.
I'll fix the version on the repository later today 👍

@Jaessun
Copy link
Author

Jaessun commented Dec 6, 2017

I re-downloaded from wordpress.org and it seems to work just fine. Thank you!

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