stephenharris / WordPress-Post-Type-Archive-Links

Adds a metabox on Appearance > Menus to create menu items pointing to post type archives
55 stars 25 forks source link

Add minified js to repository #33

Closed noelblaschke closed 9 years ago

noelblaschke commented 9 years ago

Good work so far,

can you please integrate the minified versions of your javascript files to your repo.

https://github.com/stephenharris/WordPress-Post-Type-Archive-Links/blob/master/post-type-archive-links.php#L213

Using "git submodule" in production will run into problems with SCRIPT_DEBUG set to false. Unfortunately not everyone can use a task runner on server.

Best regards

stephenharris commented 9 years ago

Hi Noel,

This a development repo - the minified resources are only created on build and are not version controlled.

The production version is on wordpress.org.