Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Undefined missing [module] #113

Open
scazzy opened this issue Mar 29, 2016 · 0 comments
Open

Undefined missing [module] #113

scazzy opened this issue Mar 29, 2016 · 0 comments

Comments

@scazzy
Copy link

scazzy commented Mar 29, 2016

Compiles without error.
But when run in browser, get error "Undefined missing [module]"

screenshot 2016-03-29 16 23 54

This is my grunt file config

requirejs: {
    compile: {
      options: {
        almond: true,
        name: "main",
        baseUrl: "public/assets/js",
        mainConfigFile: "public/assets/js/main.js",
        out: "public/assets/dist/app.js",
        preserveLicenseComments: false
      }
    }
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant