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

Deep subfolders are not included automatically in the index for public/modules/**/**/**/*.js #1099

Closed
estvmachine opened this issue Dec 11, 2015 · 2 comments
Assignees

Comments

@estvmachine
Copy link

Hi how i can do for make the routine can detect more deep for javascript files in public?.

I got something like this and its not recognizing:

public/modules/users/directives/Authorization/auth.js

but recongnize :

public/modules/users/directives/auth.js
@estvmachine estvmachine changed the title Deep subfolders dont detecting in auto include in index for public/modules/**/**/*.js Deep subfolders are not included automatically in the index for public/modules/**/**/*.js Dec 11, 2015
@estvmachine estvmachine changed the title Deep subfolders are not included automatically in the index for public/modules/**/**/*.js Deep subfolders are not included automatically in the index for public/modules/**/**/**/*.js Dec 11, 2015
@mleanos
Copy link
Member

mleanos commented Dec 12, 2015

It looks like you're using an older version of MEANJS; pre 0.4.0.

Try changing this line
https://github.com/meanjs/mean/blob/v0.3.3/config/env/all.js#L64 to 'public/modules/**/*.js',

@estvmachine
Copy link
Author

Thanks!

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