• Resolved nickbartlett

    (@nickbartlett)


    I’ve been playing with this plugin for a couple hours and I’m able to get the CSS minification and combining to kind of work, while the JavaScript portion hasn’t worked at all.

    I’m running wordpress 3.8.3 and have the default general configuration in place (minify + production). I’ve selected only two CSS files and two JS files to minify and compress. The generated CSS file prints the following at the top:

    /*minimal-insta, open-sans, dashicons, admin-bar, boxes, PI_stt_front, wordpress-popular-posts, bxslider, flexslider, rnrShortcodes, rnrTheme, primeCss, rnrSkeleton*/

    I’ve only specified one of these, the primeCss file, to be included. Also, the file it generates minifies only the first two, including the troublesome dashicons.

    The JavaScript does nothing, no cache file is every generated. I’ve tried every combination I can think of on the general configuration. Initially I did get the “URI too long (longer than 8190)” error, but don’t get that anymore. Any ideas?

    https://wordpress.org/plugins/mncombine/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author mneil

    (@mneil)

    I have a couple ideas. First, if the css file you selected imports any other files or has a dependency on other css then it will load them. Dashicons have been breaking this plugin because of the svg string in the css and unfortunately I can’t fix that issue. The only way to get around it is to not include that css or any css that requires the dashicon set.

    For the javascript it should be generating something. Which minification method are you using? Closure is the default but maybe try switching to jsmin. Closure does a better job but it has limits on the amount of scripts it will minify. JSmin will always work.

    Plugin Author mneil

    (@mneil)

    I’m marking this as resolved since I haven’t heard back.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Not working’ is closed to new replies.