Skip to content
This repository has been archived by the owner on Aug 7, 2019. It is now read-only.

No path in the define after compile #168

Open
create3000 opened this issue Nov 10, 2015 · 0 comments
Open

No path in the define after compile #168

create3000 opened this issue Nov 10, 2015 · 0 comments

Comments

@create3000
Copy link

A script with a define:

define ([
    "jquery",
    "cobweb/Basic/X3DField",
    "cobweb/Bits/X3DConstants",
],
function ($, X3DField, X3DConstants)
{
"use strict";

    function SFBool (value)
    {
...

results after 'jam compile' in a define without path in the define. All other scripts have the path in the define. This effect does not occur when the "use strict" directive is not present. The effect occurs in very seldom cases (3 of 200 files). There is no special difference between other scripts to the affected script.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant