gulpjs / gulpjs.github.io

The gulp website
http://gulpjs.com
45 stars 44 forks source link

Add the deprecated plugins card components with styling #126

Closed ghost closed 4 years ago

ghost commented 4 years ago
  1. Add search options
  2. Add deprecated message card
  3. Add the styling for the deprecated message
phated commented 4 years ago

@donghwipark it looks like this conflicts with the changes I needed to make with the last PR.

Can you run these commands:

  1. git remote add upstream git://github.com/gulpjs/gulpjs.github.io
  2. git fetch upstream
  3. git reset upstream/source --hard
  4. git cherry-pick 77a964d
  5. git push origin source --force

This will pull in all the changes in the main project and then "cherry-pick" the changes you just added. Then it will have you force push to overwrite the conflict here. I tested this locally and it shouldn't cause any conflicts for you.

ghost commented 4 years ago

@phated Thank you Blaine the Github worked and please check the code.