[TYPO3-english] Scriptmerger not working at all

Gorosito Gonzalo xgonzalo at gmail.com
Sat Jul 28 03:37:16 CEST 2012


Nevermind... I wasn't including the damn static template.


#######################################
#  Gonzalo Gorosito
#  Programador && sysadmin
#
#  http://www.tutorialesdebian.com - Tutoriales para debianeros,
scripts, info, notícias y mucho mas.
#  http://www.ggorosito.com.ar - Website personal
#######################################


On Fri, Jul 27, 2012 at 8:18 PM, Gorosito Gonzalo <xgonzalo at gmail.com> wrote:
> Hi,
>
> I have typo3 4.5.17 with language detection, realurl and scriptmerger
> installed, here's my config:
> plugin.tx_scriptmerger {
>   css {
>     minify {
>       enable = 1
>       ignore = \.min\.
>     }
>     compress {
>       enable = 1
>       ignore = \.gz\.
>     }
>     merge {
>       enable = 1
>       ignore =
>     }
>   }
>   javascript {
>       minify {
>         enable = 1
>         ignore = \?,\.min\.
>       }
>       compress {
>         enable = 1
>         ignore = \?,\.gz\.
>       }
>       merge {
>         enable = 1
>         ignore = \?
>       }
>    }
> }
>
> And this is how I include CSS in the page:
> page.includeCSS {
>     1 = fileadmin/template/frameworks/css/common/reset.css
>     2 = fileadmin/template/frameworks/css/common/common.css
>     3 = fileadmin/template/frameworks/css/common/header.css
>     4 = fileadmin/template/frameworks/css/common/footer.css
> }
>
> Also, I have the sample code in the extension .htaccess installed.
>
> After cleaning the cache and everything, I can see in the firebug
> "Net" tab that the page is still requesting for the 4 mentioned css
> files above, what am I missing here?
>
> Thanks!!
> #######################################
> #  Gonzalo Gorosito
> #  Programador && sysadmin
> #
> #  http://www.tutorialesdebian.com - Tutoriales para debianeros,
> scripts, info, notícias y mucho mas.
> #  http://www.ggorosito.com.ar - Website personal
> #######################################
> _______________________________________________
> TYPO3-english mailing list
> TYPO3-english at lists.typo3.org
> http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


More information about the TYPO3-english mailing list