johndwells / Minimee

Minimize & combine your CSS and JS files. Minify your HTML. Because size (still) DOES matter.
http://johndwells.github.com/Minimee
56 stars 16 forks source link

Illegal token in file '[inline]' (v2 beta) #1

Closed seandelaney closed 10 years ago

seandelaney commented 12 years ago

John,

Testing Minimee 2 on some projects in development. When I have JSMinPlus selected, I get this error:

Parse error: Illegal token in file '[inline]' on line 1

A PHP Error was encountered

Severity: Warning

Message: Cannot modify header information - headers already sent by (output started at

/usr/local/pem/vhosts/xxxxxxx/webspace/httpdocs/system/expressionengine/third_party/minimee/libraries/JSMinPlus.php:218)

Filename: core/Common.php

Line Number: 409

Sean

johndwells commented 12 years ago

Hey Sean,

I've seen this before with JSMinPlus any chance you could isolate it to one file in particular, and email it to me? This is likely one for the developer behind the library.

I may in fact remove JSMinPlus from Minimee for now, or at the very least make it a "hidden" feature, because I have yet to see a huge benefit, and it's a serious memory hog and throws these errors where JSMin does not

Thanks! John

On Saturday, 31 March 2012 at 19:48, Sean Delaney wrote:

John,

Testing Minimee 2 on some projects in development. JSMinPLus when selected gives me this error.

Parse error: Illegal token in file '[inline]' on line 1

A PHP Error was encountered

Severity: Warning

Message: Cannot modify header information - headers already sent by (output started at

/usr/local/pem/vhosts/xxxxxxx/webspace/httpdocs/system/expressionengine/third_party/minimee/libraries/JSMinPlus.php:218)

Filename: core/Common.php

Line Number: 409

Sean


Reply to this email directly or view it on GitHub: https://github.com/johndwells/Minimee/issues/1

johndwells commented 10 years ago

I'm closing this (old!) issue. The underlying library has since been updated so I'll wait to see if anyone still encounters it.