<div dir="ltr">Hi all,<div><br></div><div>I'm playing with the last version of Sugar Web Framework [1]</div><div>At the top of the "sugar-web/graphics/activitypalette.js"  [2] file there is:</div><div><br></div>
<div><div>       define(["sugar-web/graphics/palette",</div><div>             "text!sugar-web/graphics/activitypalette.html"], function (palette, template) {</div><div><br></div><div>        'use strict';</div>
<div><br></div><div>         var activitypalette = {};</div></div><div><br></div><div><br></div><div>The line "text!..." means that it use the "text" require.js plug-in [3].</div><div>However, I don't see any trace of the "text.js" into the activity template [4].</div>
<div>When I launch my activity, I've got this issue:</div><div><br></div><div><div>    xo-74-2e-b8.localdomain - - [09/Feb/2014 14:28:05] "GET /lib/sugar-web/graphics/icon.js HTTP/1.1" 200 -</div><div>    xo-74-2e-b8.localdomain - - [09/Feb/2014 14:28:05] "GET /lib/sugar-web/graphics/activitypalette.js HTTP/1.1" 200 -</div>
<div>    xo-74-2e-b8.localdomain - - [09/Feb/2014 14:28:05] "GET /lib/sugar-web/graphics/palette.js HTTP/1.1" 200 -</div><div>    1391956085.501851 ERROR root: file /home/olpc/Activities/TankOp.activity//lib/text.js not found.</div>
<div>    xo-74-2e-b8.localdomain - - [09/Feb/2014 14:28:05] "GET /lib/text.js HTTP/1.1" 404 -</div><div>** Message: console message: <a href="http://0.0.0.0:50134/lib/require.js">http://0.0.0.0:50134/lib/require.js</a> @1765: Error: Script error</div>
<div>    <a href="http://requirejs.org/docs/errors.html#scripterror">http://requirejs.org/docs/errors.html#scripterror</a></div><div><br></div><div>    ** Message: console message: <a href="http://0.0.0.0:50134/lib/require.js">http://0.0.0.0:50134/lib/require.js</a> @1765: Error: Load timeout for modules: text!sugar-web/graphics/activitypalette.html_unnormalized2</div>
<div>    <a href="http://requirejs.org/docs/errors.html#timeout">http://requirejs.org/docs/errors.html#timeout</a></div></div><div><br></div><div>After a bit of exploring I've understood that it's related to the miss of the text plug-in (text.js).</div>
<div>When I copy this file in the lib directory, the activity works.</div><div><br></div><div>Do I miss something ?</div><div>Where the text.js file should come from ?</div><div>It should not be into the activity template [4] ?</div>
<div><br></div><div>Thanks for your help.</div><div><br></div><div>                Lionel.</div><div><br></div><div><br></div><div>[1] <a href="https://github.com/sugarlabs/sugar-web">https://github.com/sugarlabs/sugar-web</a></div>
<div>[2] <a href="https://github.com/sugarlabs/sugar-web/blob/master/graphics/activitypalette.js#L1">https://github.com/sugarlabs/sugar-web/blob/master/graphics/activitypalette.js#L1</a></div><div>[3] <a href="https://github.com/requirejs/text">https://github.com/requirejs/text</a></div>
<div>[4] <a href="https://github.com/sugarlabs/sugar-web-template">https://github.com/sugarlabs/sugar-web-template</a></div></div>