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

Enhancement: not load tasks from configPath if same task within overridePath exists #125

Open
brunano21 opened this issue May 22, 2015 · 0 comments

Comments

@brunano21
Copy link

Hi all!

I do not know if this could be a possible enhancement. Basically, how explained into the documentation, about Custom Config, we can define a ovverriden configuration, providing an overridePath. For my understanding, I saw that even if the overridePath is defined, the plugin reads all tasks within configPath folder, loading all tasks found there, and then the ones defined in overridePath folder.

An enhancement would be: let's suppose that overridePath and configPath are defined. Before to load all tasks within configPath folder, IF a certain tasks (for example jshint.js) exists within overridePath, THEN do not load the jshint.js task which eventually lives within configPath folder.
In other terms, we are giving precedence to the overridePath tasks over the configPath ones.

I hope to have been clear :)

@brunano21 brunano21 changed the title Enhancement Enhancement: not load tasks from configPath if same task within overridePath exists May 22, 2015
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