David Thunman

Results 9 comments of David Thunman

I found out that adding some magic css property to the sticky element solves this issue: transform: translateZ(0)

Not on Firefox Developer Edition version 88.0b8 either.

I was able to read rewritten css assets from `/bower_components` by setting `relativeTo: '/'` and mount the `./bower_components` folder static.

@sarmeyer Look under the ’responsive’ setting on Slick: https://github.com/kenwheeler/slick/blob/master/README.markdown#settings

It seems like the distbaseUrl is not setup correctly because it adds `org.nodejs/` to the path. ``` node { version = '10.15.0' distBaseUrl = 'https://nodejs.org/dist' } ``` Results in Error:...

Whats going on with this issue?

> Interesting; thanks for letting me know. I will keep this in mind in case my current strategy stops working @thuringia What is your current strategy then? It's not optimal...

I tried out another task that did not work: ``` task runSetup(type: NodeJsTask) { require = ["node"] executable = "node" args = ['NODE_ENV=production'] } task installNPM(type: NodeJsTask, dependsOn: [runSetup]) {...

This works already, i verified it :-)