https://github.com/kinduff/googleflog
https://github.com/kinduff/googleflog
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/kinduff/googleflog
- Owner: kinduff
- Created: 2016-01-18T08:27:23.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-08-11T03:17:53.000Z (almost 10 years ago)
- Last Synced: 2025-07-27T14:49:13.238Z (11 months ago)
- Language: HTML
- Homepage: http://kinduff.com/googleflog
- Size: 325 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Googleflog
Back in 2013 I built a small clone of Google Translator called Googleflog. The application was pretty simple, it “translated” human sentences or words into a “zh0omeE meEzhzhy up zhHiiT”.
This is the refactor I did just to give it some love.
## Gulp tasks
This application includes the following gulp tasks.
- **js**: Concats and minifies `dist/googleflog.min.js` and `app/src/js/script.js` to `app/dist/app.js`.
- **css**: Uses SCSS to process `app/src/style/*.scss` to `app/dist/style/*.css`.
- **clean_images**: Cleans `app/dist/images` folder.
- **images**: Copies images from `app/src/images/*/**` to `app/dist/images`.
- **jade**: Uses Jade to process `app/src/*.jade` to `app/dist`.