Re: [TYPO3-english] Minifying JS and CSS, good tools or extensions?

2014-05-13 Thread Jacco van der Post
Jigal van Hemert schreef op 13-5-2014 10:06: What about: config.compressCss = 1 config.compressJs = 1 config.concatenateCss = 1 config.concatenateJs = 1 Concatenating first gives me sometimes a smaller size.. config.concatenateJs = 1 config.concatenateCss = 1 config.compressJs = 1

Re: [TYPO3-english] Minifying JS and CSS, good tools or extensions?

2014-05-13 Thread Jigal van Hemert
Hi, On 13-5-2014 11:24, Jacco van der Post wrote: Jigal van Hemert schreef op 13-5-2014 10:06: What about: config.compressCss = 1 config.compressJs = 1 config.concatenateCss = 1 config.concatenateJs = 1 Concatenating first gives me sometimes a smaller size.. config.concatenateJs = 1

Re: [TYPO3-english] Minifying JS and CSS, good tools or extensions?

2014-05-13 Thread Jacco van der Post
Loek Hilgersom schreef op 13-5-2014 11:58: It's very unlikely that the order of the TS-lines makes any difference, because it'll be parsed to an array where the order of the lines won't matter. Jigal van Hemert schreef op 13-5-2014 12:50: With the core functionality this makes no

Re: [TYPO3-english] Minifying JS and CSS, good tools or extensions?

2014-05-12 Thread Loek Hilgersom
Just for anyone who is interested, by coincidence I found the solution: the problem was related to the NFS filesystem which this site is using, and the following patch resolves it. [1] Loek [1]

Re: [TYPO3-english] Minifying JS and CSS, good tools or extensions?

2014-05-12 Thread Robert Wildling
Hi, Loek, is your experience with js_css_optimizer better/other/worse than with scriptmerger? (I only had the chance to use the latter on TYPO3 4.5, so I wouldn't even know if scriptmerger is 6.x ready...) Best regards, Robert Am 12.05.14 23:21, schrieb Loek Hilgersom: Just for anyone who

[TYPO3-english] Minifying JS and CSS, good tools or extensions?

2014-04-25 Thread Loek Hilgersom
Hi all, I've been using the extension js_css_optimizer to concatenate and minify JS and CSS files and it worked almost, except that I keep having issues on a large multi-domain site: apparently it re-generates the cache files quite frequently, eventhough the CSS and JS hadn't changed. And