Error when build Web Desktop

Hi,
I developing in Cocos Creator v1.1. But when build for Web Desktop it error.

This happen after updated 1.0.3 -> 1.1. Build on Web Mobile working well

Same problem occurs in my computer when I try to build to Web Desktop version. I have Windows 7 64-bit. Tested on Chrome version 51, Firefox version 46 and Internet Explorer 11.

if you have build files from earlier versions, replacing the index.html and inserting the style.css file from an older version does the trick

there seems to be some problems in the style-desktop.css file so the other workaround would be to replace it’s contents with the following (content of older versions style.css:) and leave the index file as is

body{text-align:center;background-color:#fff;font-family:Helvetica,Verdana,Arial,sans-serif}body,canvas,div{-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;-khtml-user-select:none;-webkit-tap-highlight-color:transparent}a:link,a:visited{color:#000}a:active,a:hover{color:#666}p.header{font-size:small}p.footer{font-size:x-small}#splash{position:absolute;top:0;left:0;width:100%;height:100%;background:url(splash.png) center no-repeat #171717;background-size:40%}.progress-bar{background-color:#1a1a1a;position:absolute;left:50%;top:80%;height:26px;padding:5px;width:350px;margin:0 -175px;border-radius:5px;box-shadow:0 1px 5px #000 inset,0 1px 0 #444}.progress-bar span{display:block;height:100%;border-radius:3px;box-shadow:0 1px 0 rgba(255,255,255,.5) inset;transition:width .4s ease-in-out;background-color:#34c2e3}.stripes span{background-size:30px 30px;background-image:linear-gradient(135deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);animation:animate-stripes 1s linear infinite}@keyframes animate-stripes{0%{background-position:0 0}100%{background-position:60px 0}}

I sure hope they fix this as it’s probably just some minor error in the css

cheers

Tkanks @fliegenfuerst. It was resolved