Anonyfox / node-webkit-hipster-seed

Bootstrap a crossplatform Desktop Application using tools you probably never heard of.
Other
1.29k stars 83 forks source link

Support IE #19

Closed mrmlnc closed 9 years ago

mrmlnc commented 10 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.

//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?)

Anonyfox commented 10 years ago

That's right, this doesn't make sense here.