Workiva / wGulp

Opinionated Suite of Gulp Tasks for JavaScript and TypeScript projects.
Apache License 2.0
12 stars 9 forks source link

Add languages option feature #72

Closed maxwellpeterson-wf closed 10 years ago

maxwellpeterson-wf commented 10 years ago

As we discussed here: https://github.com/Workiva/wGulp/pull/63#discussion_r19161225

Creating the PR into the depTree branch so this portion of the code can be reviewed and discussed separately.

This allows us to specify a languages option in a wGulp project like so:

var customizedOptions = {
    languages: ['javascript', 'typescript']
};

The defaults are to include all supported languages:

    languages: ['javascript', 'typescript', 'coffeescript', 'livescript']

As languages are removed from this list, wGulp will automatically trim the tasks it runs for builds.

@trentgrover-wf @evanweible-wf @shanesizer-wf @theisensanders-wf

trentgrover-wf commented 10 years ago

1 small comment, otherwise +1

trentgrover-wf commented 10 years ago

+1

evanweible-wf commented 10 years ago

+1

shanesizer-wf commented 10 years ago

Very cool @maxwellpeterson-wf