MinifyX using in MODx Revo
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!--MinifyX call into HEAD and input all scripts and css in the necessary order, otherwise it may not work --> | |
[[MinifyX? | |
&minifyCss=`1` | |
&minifyJs=`1` | |
®isterJs=`default` | |
®isterCss=`default` | |
&jsSources=` | |
/assets/plugins/jquery/jquery-2.1.4.min.js, | |
/assets/js/scripts.js, | |
` | |
&cssSources=` | |
/assets/plugins/bootstrap/css/bootstrap.min.css, | |
/assets/css/essentials.css, | |
/assets/css/layout.css, | |
/assets/css/header-1.css, | |
/assets/css/color_scheme/green.css, | |
` | |
]] | |
[[+MinifyX.css]] | |
[[+MinifyX.javascript]] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment