This is the source for gravatarphp.com.
The static website content is generated by Jekyll on every push. If you modified any asset files in the _src
folder:
- Install node dependencies:
npm install
- Install bower dependencies:
bower install
- Generate assets:
grunt
- Commit asset changes
Note: Do NOT modify any files directly in the assets folder as it will be overwritten by grunt builds.