Skip to content
This repository has been archived by the owner on Mar 23, 2024. It is now read-only.

requirejs_include doesn't work with subdirectories #75

Open
axsuul opened this issue Oct 18, 2012 · 2 comments
Open

requirejs_include doesn't work with subdirectories #75

axsuul opened this issue Oct 18, 2012 · 2 comments

Comments

@axsuul
Copy link

axsuul commented Oct 18, 2012

Something like

requirejs_include "backbone/main"

gives an error that it can't find path/to/assets/main.js instead of /path/to/assets/backbone/main.js. Is this a bug? The file to be compiled is located at app/assets/javascripts/backbone/main.js.coffee.

@dpehrson
Copy link

Just noticed this behavior as well, unfortunately a dealbreaker for me due to having various modules/namespaces in our app.

@jwhitley
Copy link
Owner

jwhitley commented Mar 9, 2013

This definitely seems like a bug. I'll review further.

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

No branches or pull requests

3 participants