• Hi,
    cdnjs is a great CDN platform to host JS files. Luckily, headjs is already hosted by it. Therefore, I make the following change to utilize this resource.

    headjs-loader.php: Line 77, change from:

    $headJS = '<script type="text/javascript" src="' . get_bloginfo('wpurl') . '/wp-content/plugins/' . $this->_pluginName . '/head.min.js"></script>';

    to
    $headJS = '<script type="text/javascript" src="http://cdnjs.cloudflare.com/ajax/libs/headjs/0.96/head.min.js"></script>';

    Enjoy.

    http://ww.wp.xz.cn/extend/plugins/headjs-loader/

The topic ‘[Plugin: HeadJS Loader] Replace HeadJS source url to CDNJS’ is closed to new replies.