Skip to content

Error in test class? #31

@digiguru

Description

@digiguru

Just forked this to see if I can intergrate Blanket.js. I noticed this line in main.spec.js

    paths: {
        "text" : "/Users/dschaffe/workspace/brackets/src/thirdparty/text/text", // set to path of text.js from require.js
    }

Is there a licensing reason why you've done this? Shouldn't you just include text.js and then add it by reference:

paths: {
        "text" : "thirdparty/text/text", // set to path of text.js from require.js
    }

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions