Closed mrmlnc closed 9 years ago
I don't understand why we need to support IE 7 and 8, if the node-webkit is built on the basis of Chromium.
In file app/index.jade line 12-15.
app/index.jade
//if lte IE 7 script(src='http://cdnjs.cloudflare.com/ajax/libs/json2/20110223/json2.js') //if lte IE 8 script(src='//html5shiv.googlecode.com/svn/trunk/html5.js')
And before this:
meta(http-equiv="X-UA-Compatible", content="IE=edge,chrome=1")
Could you explain this line?)
That's right, this doesn't make sense here.
I don't understand why we need to support IE 7 and 8, if the node-webkit is built on the basis of Chromium.
In file
app/index.jade
line 12-15.And before this:
Could you explain this line?)