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

create a resolver for requirejs syntax #8

Open
giuseppeannunziata opened this issue Jan 5, 2016 · 1 comment
Open

create a resolver for requirejs syntax #8

giuseppeannunziata opened this issue Jan 5, 2016 · 1 comment

Comments

@giuseppeannunziata
Copy link

Need a resolver to handle require.js syntax:

require(['lib/myDependency'], function { 
    //Do What you want 
});

where lib/myDependency is relative to current js file and omitt .js suffix.

@mwanji
Copy link
Owner

mwanji commented Jan 5, 2016

I've never used requirejs. Could you give me a bit more details on exactly what you'd like to have happen?

Resolvers use asset names taken from the humpty configuration. Are you suggesting that the requirejs configuration be read instead?

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

2 participants