addyosmani / addyosmani/critical
Setting target option does not write any files ...
オープン
awaiting reply
- 主要言語
- JavaScript
- スター
- 10.3k
- フォーク
- 390
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
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 ...
コントリビューションガイド
評価
この issue はまだ評価されていません。