Closed noelblaschke closed 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
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.
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