Samuel Vogel

Results 4 comments of Samuel Vogel

Maybe it should be documented that this part actually is the ESD key from the Shopware config as a first step!

The problem is caused by referencing `document` in the outer function call. Wrapping everything in `if(typeof document != 'undefined') {...}` solves this, and makes the plugin be ignored by `r.js`....

Yes you are right, but PHP-CSS-Parser just looks so much cleaner. I did have a look into `Stylesheet->_parse_css()` and thought that it was easy to patch at first, but after...

Sure, I did so here #699. It would be great if you could have a look at it!