Clean up gulp build files#1
Merged
DennisMartinez merged 2 commits intodevelopfrom Mar 25, 2017
Merged
Conversation
Remove stage-2 from babelrc and add stage-0 so we can take advantage of function binding. Add global object in eslint and add __DEV__ and module Add gulp load plugins to the build to allow auto loading of plguins Separate out tasks in a gulp/tasks folder for separation of concerns and scalability. Add bridge.js file to load all plugins and pass appropriate settings to each task. Add gulp util for coloration and beepbeep for notification once the build is done. Add webpack progress bar plugin so we can see the status of a distribution build when webpack is running. Refactor gulpfile.babel.js to use gulp load plugins and update the tasks to use utils Add __DEV__ to webpack so we can easliy decide which code gets ripped out when doing prod builds Add exmaple of using __DEV__ in Github.js class
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
stage-2from babelrc and addstage-0so we can take advantage of function binding.__DEV__and module__DEV__to webpack so we can easliy decide which code gets ripped out when doing prod builds__DEV__in Github.js classversionandpostversiontasks in package.json file so we can handle semver