addyosmani / addyosmani/critical
Setting target option does not write any files ...
Aperta
awaiting reply
- Lingua principale
- JavaScript
- Stelle
- 10.3k
- Fork
- 390
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
I have these options:
```
critical.generate({
inline: true,
src: 'index.html',
width: 1300,
height: 900,
extract: true,
base: './',
target: {
css: 'critical.css',
html: 'index-critical.html',
uncritical: 'uncritical.css'
},
ignore: {atrule: ['@charset']}
}).catch(function(err){
throw err;
})
```
But it silently does not write any files ...
Guida per i contributori
Apri la guida per i contributori
Valutazione
Questa issue non è ancora stata valutata.