javascript - Nothing seems to happen after building Dart application -


i built web app dart editor , working great when testing in dartium. wanted test out on hosting site, ran pub build tools menu. looks created build folder , put in there, including .js file .dart file had. when ran .html file do, nothing happened. looked @ source code , still pointing .dart file, changed .js file. still didn't see expected results.

this first time trying run dart application outside of dart vm. missing step somewhere? not finding documentation on either.

if try fetch resources server 1 page loaded from, server needs return cors headers otherwise browser refuses fetch form other server. depends on server how can configured or added.

see example
- how add cors headers in redstone interceptor?
- cors dart, how work?


Comments

Popular posts from this blog

javascript - AngularJS custom datepicker directive -

javascript - jQuery date picker - Disable dates after the selection from the first date picker -