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

require_glop directive #225

Closed
naxmefy opened this issue Jun 17, 2016 · 1 comment
Closed

require_glop directive #225

naxmefy opened this issue Jun 17, 2016 · 1 comment

Comments

@naxmefy
Copy link
Contributor

naxmefy commented Jun 17, 2016

a require_glob directive would be really nice

so e.g.: if i got an angular app with many sub modules i have to require the module-files each

[modules-folder]
    [module-folder-1]
        [other-folders]
        module.js
    [module-folder-2]
        [other-folders]
        module.js
[other-folders]
application.js

in this case i have to do this in my application.js

//= require modules-folder/module-folder-1/module
//= require modules-folder/module-folder-2/module

it would be nice to do this

//= require_glob modules-folder/**/module

// or with require_tree (it may allow globs too...)
//= require_tree modules-folder/**/module
@puzrin
Copy link
Contributor

puzrin commented Jun 17, 2016

@naxmefy we no longer use mincer in our projects. That means, we will continue to fix bugs, but can not spend time for enhancements. PRs are welcome. Requests for mainenance permissions and ownership transfer will also be considered.

@naxmefy naxmefy closed this as completed Sep 29, 2019
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