filamentgroup / grunt-criticalcss

Grunt wrapper for criticalcss
MIT License
530 stars 26 forks source link

Ability to use a URL as the filename #37

Closed mijewe closed 4 years ago

mijewe commented 8 years ago
eg.
default: {
    options: {
        url: 'http://example.com',
        filename: 'http://example.com/assets/css/main.css',
        ...
    }
}

so that, after deployment, I wouldn't have to generate the styles again just to generate critical; I could just pull down the live styles.

landsman commented 8 years ago

@mijewe create variable?