Skip to content

Clean up gulp build files#1

Merged
DennisMartinez merged 2 commits intodevelopfrom
gulp-cleanup
Mar 25, 2017
Merged

Clean up gulp build files#1
DennisMartinez merged 2 commits intodevelopfrom
gulp-cleanup

Conversation

@JFusco
Copy link
Copy Markdown
Member

@JFusco JFusco commented Mar 25, 2017

  • 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 example of using __DEV__ in Github.js class
  • Add version and postversion tasks in package.json file so we can handle semver

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
@JFusco JFusco requested a review from DennisMartinez March 25, 2017 15:05
@DennisMartinez DennisMartinez merged commit 03127b2 into develop Mar 25, 2017
@JFusco JFusco deleted the gulp-cleanup branch March 25, 2017 16:32
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.

2 participants