Closed maxwellpeterson-wf closed 10 years ago
+1 from looking at this diff (will check for +10 once the other PR is complete and merged): https://github.com/Workiva/wGulp/compare/depTree...camelCase?expand=1
A PITA, but I like the consistency of the result. +1
@trentgrover-wf @evanweible-wf This is ready now that #63 was merged
@maxwellpeterson-wf getting errors when testing the examples:
Task 'minify:js' is not in your gulpfile
@trentgrover-wf oops! fixed
+10
@charliekump-wf ready for merge
QA Resource Approval: +1
Merging into master.
Fixes #39 . Must be reviewed/merged after #63 as it was branched off of that initiative.
Problem
Some of the tasks, filenames, and configuration options in wGulp inconsistently use underscores and camelCase. This makes it hard for consumers to keep track of configuration options and task names.
Solution
Switch uses of underscores to use camelCase.
This aligns with @shanesizer-wf 's motto of "The name is the name is the name."
Testing (How to +10)
@trentgrover-wf @shanesizer-wf @evanweible-wf