1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-07-28 17:20:13 +02:00

add more stuff

This commit is contained in:
Kushagra Gour
2018-05-24 10:50:35 +05:30
parent a7f79f3bf7
commit ae8e37e425
4 changed files with 224 additions and 7 deletions

View File

@@ -190,7 +190,6 @@ export default class ContentWrap extends Component {
}
createPreviewFile(html, css, js) {
console.log(999);
const shouldInlineJs =
!window.webkitRequestFileSystem || !window.IS_EXTENSION;
var contents = this.getCompleteHtml(html, css, shouldInlineJs ? js : null);