Anonyfox/node-webkit-hipster-seed

Support IE

Closed this issue · 1 comments

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.

//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.