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

Allowed primary module location to be configured #94

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

joeljeske
Copy link

This change allows the primary module (JS & LESS) to have a configured location. This is possible my adding an entry to the modules array in the yeoman config file for the primary module and also having a primaryModule key with the name of the primary module.

Also, modules no longer have to be in subdirectories of their parent modules. When adding a new module, the parent directories will be searched for a module defining file, however, if no modules are found, the primary module will be attempted (regardless if the primary module is in a parent directory of the new module).

This change allows the primary module (JS & LESS) to have a configured
location. This is possible my adding an entry to the `modules` array in
the yeoman config file for the primary module and also having a
`primaryModule` key with the name of the primary module.
Also, modules no longer have to be in subdirectories of their parent
modules. When adding a new module, the parent directories will be
searched for a module defining file, however, if no modules are found,
the primary module will be attempted (regardless if the primary module
is in a parent directory of the new module).
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

Successfully merging this pull request may close these issues.

1 participant