PHP Minify for JS is NOT fallback
-
Hello,
I use WP Engine which does not allow Java or Exec to be used, so I was definitely interested in something that used PHP Minify but my resultant file was not minified, just concatenated…
jQuery.noConflict();^M jQuery(function($) { ^M $('#wp-smooth-scroll').hide();^M $(window).on( 'scroll', false, function() {^M var windowTop = $(window).scrollTop();^M if (windowTop > 200 ) {^M $( '#wp-smooth-scroll' ).slideDown('slow');^M } ^M else{^M $('#wp-smooth-scroll').slideUp('slow');^M }^M });^M
How do you get PHP Minify as the processor for JS?
Thank you,
Edward
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘PHP Minify for JS is NOT fallback’ is closed to new replies.