Skip to content
This repository has been archived by the owner on Dec 1, 2019. It is now read-only.

add option.exclude #9

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

Conversation

SergioCrisostomo
Copy link
Contributor

add option.exclude so we can exclude dependencies in Gruntfile.

A example would be:
If compiling More, have the option to exclude Core by adding:

exclude: ['Core/*']

add option in Gruntfile to exclude dependencies. If compiling More, have
the option to exclude Core by adding:

`exclude: ['Core/*']`
multipackage_partial_exclude: {
options: {
only: 'ProjectB/*',
exclude: ['ProjectA/*'],
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

indentation

@anutron
Copy link

anutron commented Apr 4, 2015

LGTM. 👍

@SergioCrisostomo
Copy link
Contributor Author

@anutron thanks for nice input! Fixed all your suggestions.

anutron and others added 2 commits April 8, 2015 11:44
Adds additional tests and support for root-level only/exclude instructions
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants