From 652cfda8a65ac35a823779ce244440814f427d62 Mon Sep 17 00:00:00 2001 From: Waren Gonzaga Date: Thu, 22 Sep 2016 23:34:09 +0800 Subject: [PATCH 01/12] Add .travis.yml for CI --- .travis.yml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..0d27250 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,8 @@ +language: node_js +node_js: +- "6" +- "6.1" +- "5.11" +before_script: + - npm install -g gulp +script: gulp \ No newline at end of file From 3d81f26e6911d0db37ae2d00ec01e861d9a246b6 Mon Sep 17 00:00:00 2001 From: Waren Gonzaga Date: Thu, 22 Sep 2016 23:38:50 +0800 Subject: [PATCH 02/12] Add travis image on Readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4cf4848..d90c66b 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ #Animate.css +[![Build Status](https://travis-ci.org/WarenGonzaga/animate.css.svg?branch=master)](https://travis-ci.org/WarenGonzaga/animate.css) *Just-add-water CSS animation* `animate.css` is a bunch of cool, fun, and cross-browser animations for you to use in your projects. Great for emphasis, home pages, sliders, and general just-add-water-awesomeness. From c612732ac2065abf3982c72334d294a963357ef2 Mon Sep 17 00:00:00 2001 From: Waren Gonzaga Date: Thu, 22 Sep 2016 23:41:19 +0800 Subject: [PATCH 03/12] Update the README align the travis image --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index d90c66b..78fb5f9 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,4 @@ -#Animate.css -[![Build Status](https://travis-ci.org/WarenGonzaga/animate.css.svg?branch=master)](https://travis-ci.org/WarenGonzaga/animate.css) +#Animate.css [![Build Status](https://travis-ci.org/WarenGonzaga/animate.css.svg?branch=master)](https://travis-ci.org/WarenGonzaga/animate.css) *Just-add-water CSS animation* `animate.css` is a bunch of cool, fun, and cross-browser animations for you to use in your projects. Great for emphasis, home pages, sliders, and general just-add-water-awesomeness. From b33340675b63e9b5db5112802f01b5e3419caac2 Mon Sep 17 00:00:00 2001 From: Waren Gonzaga Date: Fri, 23 Sep 2016 12:32:51 +0000 Subject: [PATCH 04/12] Add more badge from David --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 78fb5f9..f7ad445 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -#Animate.css [![Build Status](https://travis-ci.org/WarenGonzaga/animate.css.svg?branch=master)](https://travis-ci.org/WarenGonzaga/animate.css) +#Animate.css [![Build Status](https://travis-ci.org/WarenGonzaga/animate.css.svg?branch=master)](https://travis-ci.org/WarenGonzaga/animate.css) [![devDependencies Status](https://david-dm.org/WarenGonzaga/animate.css/dev-status.svg)](https://david-dm.org/WarenGonzaga/animate.css?type=dev) [![dependencies Status](https://david-dm.org/WarenGonzaga/animate.css/status.svg)](https://david-dm.org/WarenGonzaga/animate.css) *Just-add-water CSS animation* `animate.css` is a bunch of cool, fun, and cross-browser animations for you to use in your projects. Great for emphasis, home pages, sliders, and general just-add-water-awesomeness. From 6696f1aa076464652ca431c0d3a0d769b90703ec Mon Sep 17 00:00:00 2001 From: Waren Gonzaga Date: Fri, 23 Sep 2016 12:54:37 +0000 Subject: [PATCH 05/12] Add badges for gulp and release --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f7ad445..dd90a0b 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -#Animate.css [![Build Status](https://travis-ci.org/WarenGonzaga/animate.css.svg?branch=master)](https://travis-ci.org/WarenGonzaga/animate.css) [![devDependencies Status](https://david-dm.org/WarenGonzaga/animate.css/dev-status.svg)](https://david-dm.org/WarenGonzaga/animate.css?type=dev) [![dependencies Status](https://david-dm.org/WarenGonzaga/animate.css/status.svg)](https://david-dm.org/WarenGonzaga/animate.css) +#Animate.css [![GitHub release](https://img.shields.io/github/release/daneden/animate.css.svg)](https://github.com/daneden/animate.css/releases) [![Build Status](https://travis-ci.org/WarenGonzaga/animate.css.svg?branch=master)](https://travis-ci.org/WarenGonzaga/animate.css) [![devDependencies Status](https://david-dm.org/WarenGonzaga/animate.css/dev-status.svg)](https://david-dm.org/WarenGonzaga/animate.css?type=dev) [![dependencies Status](https://david-dm.org/WarenGonzaga/animate.css/status.svg)](https://david-dm.org/WarenGonzaga/animate.css) [![Built with Gulp](https://img.shields.io/badge/Built%20with-GULP-%23CF4646.svg)](http://gulpjs.com/) *Just-add-water CSS animation* `animate.css` is a bunch of cool, fun, and cross-browser animations for you to use in your projects. Great for emphasis, home pages, sliders, and general just-add-water-awesomeness. From 170303c4bbef4a2ea3fbd0e539a93f25d475537b Mon Sep 17 00:00:00 2001 From: Waren Gonzaga Date: Fri, 23 Sep 2016 13:09:27 +0000 Subject: [PATCH 06/12] Add github buttons --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index dd90a0b..05ada23 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ #Animate.css [![GitHub release](https://img.shields.io/github/release/daneden/animate.css.svg)](https://github.com/daneden/animate.css/releases) [![Build Status](https://travis-ci.org/WarenGonzaga/animate.css.svg?branch=master)](https://travis-ci.org/WarenGonzaga/animate.css) [![devDependencies Status](https://david-dm.org/WarenGonzaga/animate.css/dev-status.svg)](https://david-dm.org/WarenGonzaga/animate.css?type=dev) [![dependencies Status](https://david-dm.org/WarenGonzaga/animate.css/status.svg)](https://david-dm.org/WarenGonzaga/animate.css) [![Built with Gulp](https://img.shields.io/badge/Built%20with-GULP-%23CF4646.svg)](http://gulpjs.com/) +[![GitHub forks](https://img.shields.io/github/forks/daneden/animate.css.svg?style=social&label=Fork&maxAge=2592000)](https://github.com/daneden/animate.css) [![GitHub stars](https://img.shields.io/github/stars/daneden/animate.css.svg?style=social&label=Star&maxAge=2592000)](https://github.com/daneden/animate.css) [![GitHub watchers](https://img.shields.io/github/watchers/daneden/animate.css.svg?style=social&label=Watch&maxAge=2592000)](https://github.com/daneden/animate.css) [![GitHub followers](https://img.shields.io/github/followers/daneden.svg?style=social&label=Follow&maxAge=2592000)](https://github.com/daneden) *Just-add-water CSS animation* `animate.css` is a bunch of cool, fun, and cross-browser animations for you to use in your projects. Great for emphasis, home pages, sliders, and general just-add-water-awesomeness. From 1176ce5a3a0da674564cec24270dedd27f7846fc Mon Sep 17 00:00:00 2001 From: Waren Gonzaga Date: Fri, 23 Sep 2016 21:12:28 +0800 Subject: [PATCH 07/12] Align again the badges to make it presentable! --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 05ada23..de6e952 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ -#Animate.css [![GitHub release](https://img.shields.io/github/release/daneden/animate.css.svg)](https://github.com/daneden/animate.css/releases) [![Build Status](https://travis-ci.org/WarenGonzaga/animate.css.svg?branch=master)](https://travis-ci.org/WarenGonzaga/animate.css) [![devDependencies Status](https://david-dm.org/WarenGonzaga/animate.css/dev-status.svg)](https://david-dm.org/WarenGonzaga/animate.css?type=dev) [![dependencies Status](https://david-dm.org/WarenGonzaga/animate.css/status.svg)](https://david-dm.org/WarenGonzaga/animate.css) [![Built with Gulp](https://img.shields.io/badge/Built%20with-GULP-%23CF4646.svg)](http://gulpjs.com/) -[![GitHub forks](https://img.shields.io/github/forks/daneden/animate.css.svg?style=social&label=Fork&maxAge=2592000)](https://github.com/daneden/animate.css) [![GitHub stars](https://img.shields.io/github/stars/daneden/animate.css.svg?style=social&label=Star&maxAge=2592000)](https://github.com/daneden/animate.css) [![GitHub watchers](https://img.shields.io/github/watchers/daneden/animate.css.svg?style=social&label=Watch&maxAge=2592000)](https://github.com/daneden/animate.css) [![GitHub followers](https://img.shields.io/github/followers/daneden.svg?style=social&label=Follow&maxAge=2592000)](https://github.com/daneden) +#Animate.css *Just-add-water CSS animation* +[![GitHub release](https://img.shields.io/github/release/daneden/animate.css.svg)](https://github.com/daneden/animate.css/releases) [![Build Status](https://travis-ci.org/WarenGonzaga/animate.css.svg?branch=master)](https://travis-ci.org/WarenGonzaga/animate.css) [![devDependencies Status](https://david-dm.org/WarenGonzaga/animate.css/dev-status.svg)](https://david-dm.org/WarenGonzaga/animate.css?type=dev) [![dependencies Status](https://david-dm.org/WarenGonzaga/animate.css/status.svg)](https://david-dm.org/WarenGonzaga/animate.css) [![Built with Gulp](https://img.shields.io/badge/Built%20with-GULP-%23CF4646.svg)](http://gulpjs.com/) + +[![GitHub forks](https://img.shields.io/github/forks/daneden/animate.css.svg?style=social&label=Fork&maxAge=2592000)](https://github.com/daneden/animate.css) [![GitHub stars](https://img.shields.io/github/stars/daneden/animate.css.svg?style=social&label=Star&maxAge=2592000)](https://github.com/daneden/animate.css) [![GitHub watchers](https://img.shields.io/github/watchers/daneden/animate.css.svg?style=social&label=Watch&maxAge=2592000)](https://github.com/daneden/animate.css) [![GitHub followers](https://img.shields.io/github/followers/daneden.svg?style=social&label=Follow&maxAge=2592000)](https://github.com/daneden) `animate.css` is a bunch of cool, fun, and cross-browser animations for you to use in your projects. Great for emphasis, home pages, sliders, and general just-add-water-awesomeness. From 6e312c9fe7771c8f6ce3e82dc1998b9eebd2397f Mon Sep 17 00:00:00 2001 From: Waren Gonzaga Date: Fri, 23 Sep 2016 21:13:45 +0800 Subject: [PATCH 08/12] Align the badges properly. --- README.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index de6e952..323032c 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,5 @@ -#Animate.css -*Just-add-water CSS animation* -[![GitHub release](https://img.shields.io/github/release/daneden/animate.css.svg)](https://github.com/daneden/animate.css/releases) [![Build Status](https://travis-ci.org/WarenGonzaga/animate.css.svg?branch=master)](https://travis-ci.org/WarenGonzaga/animate.css) [![devDependencies Status](https://david-dm.org/WarenGonzaga/animate.css/dev-status.svg)](https://david-dm.org/WarenGonzaga/animate.css?type=dev) [![dependencies Status](https://david-dm.org/WarenGonzaga/animate.css/status.svg)](https://david-dm.org/WarenGonzaga/animate.css) [![Built with Gulp](https://img.shields.io/badge/Built%20with-GULP-%23CF4646.svg)](http://gulpjs.com/) - -[![GitHub forks](https://img.shields.io/github/forks/daneden/animate.css.svg?style=social&label=Fork&maxAge=2592000)](https://github.com/daneden/animate.css) [![GitHub stars](https://img.shields.io/github/stars/daneden/animate.css.svg?style=social&label=Star&maxAge=2592000)](https://github.com/daneden/animate.css) [![GitHub watchers](https://img.shields.io/github/watchers/daneden/animate.css.svg?style=social&label=Watch&maxAge=2592000)](https://github.com/daneden/animate.css) [![GitHub followers](https://img.shields.io/github/followers/daneden.svg?style=social&label=Follow&maxAge=2592000)](https://github.com/daneden) +#Animate.css [![GitHub release](https://img.shields.io/github/release/daneden/animate.css.svg)](https://github.com/daneden/animate.css/releases) [![Build Status](https://travis-ci.org/WarenGonzaga/animate.css.svg?branch=master)](https://travis-ci.org/WarenGonzaga/animate.css) [![devDependencies Status](https://david-dm.org/WarenGonzaga/animate.css/dev-status.svg)](https://david-dm.org/WarenGonzaga/animate.css?type=dev) [![dependencies Status](https://david-dm.org/WarenGonzaga/animate.css/status.svg)](https://david-dm.org/WarenGonzaga/animate.css) [![Built with Gulp](https://img.shields.io/badge/Built%20with-GULP-%23CF4646.svg)](http://gulpjs.com/) +*Just-add-water CSS animation* [![GitHub forks](https://img.shields.io/github/forks/daneden/animate.css.svg?style=social&label=Fork&maxAge=2592000)](https://github.com/daneden/animate.css) [![GitHub stars](https://img.shields.io/github/stars/daneden/animate.css.svg?style=social&label=Star&maxAge=2592000)](https://github.com/daneden/animate.css) [![GitHub watchers](https://img.shields.io/github/watchers/daneden/animate.css.svg?style=social&label=Watch&maxAge=2592000)](https://github.com/daneden/animate.css) [![GitHub followers](https://img.shields.io/github/followers/daneden.svg?style=social&label=Follow&maxAge=2592000)](https://github.com/daneden) `animate.css` is a bunch of cool, fun, and cross-browser animations for you to use in your projects. Great for emphasis, home pages, sliders, and general just-add-water-awesomeness. From b786d99e166185d424aade6a75049700c258c8dd Mon Sep 17 00:00:00 2001 From: Waren Gonzaga Date: Mon, 26 Sep 2016 06:54:03 +0000 Subject: [PATCH 09/12] Remove the github buttons --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 323032c..dd90a0b 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ #Animate.css [![GitHub release](https://img.shields.io/github/release/daneden/animate.css.svg)](https://github.com/daneden/animate.css/releases) [![Build Status](https://travis-ci.org/WarenGonzaga/animate.css.svg?branch=master)](https://travis-ci.org/WarenGonzaga/animate.css) [![devDependencies Status](https://david-dm.org/WarenGonzaga/animate.css/dev-status.svg)](https://david-dm.org/WarenGonzaga/animate.css?type=dev) [![dependencies Status](https://david-dm.org/WarenGonzaga/animate.css/status.svg)](https://david-dm.org/WarenGonzaga/animate.css) [![Built with Gulp](https://img.shields.io/badge/Built%20with-GULP-%23CF4646.svg)](http://gulpjs.com/) -*Just-add-water CSS animation* [![GitHub forks](https://img.shields.io/github/forks/daneden/animate.css.svg?style=social&label=Fork&maxAge=2592000)](https://github.com/daneden/animate.css) [![GitHub stars](https://img.shields.io/github/stars/daneden/animate.css.svg?style=social&label=Star&maxAge=2592000)](https://github.com/daneden/animate.css) [![GitHub watchers](https://img.shields.io/github/watchers/daneden/animate.css.svg?style=social&label=Watch&maxAge=2592000)](https://github.com/daneden/animate.css) [![GitHub followers](https://img.shields.io/github/followers/daneden.svg?style=social&label=Follow&maxAge=2592000)](https://github.com/daneden) +*Just-add-water CSS animation* `animate.css` is a bunch of cool, fun, and cross-browser animations for you to use in your projects. Great for emphasis, home pages, sliders, and general just-add-water-awesomeness. From 60c2c488ed1f486803454bfbc1c23f8d449d1d4c Mon Sep 17 00:00:00 2001 From: Waren Gonzaga Date: Mon, 26 Sep 2016 08:44:37 +0000 Subject: [PATCH 10/12] Add gitter badge and license badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dd90a0b..43048ed 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -#Animate.css [![GitHub release](https://img.shields.io/github/release/daneden/animate.css.svg)](https://github.com/daneden/animate.css/releases) [![Build Status](https://travis-ci.org/WarenGonzaga/animate.css.svg?branch=master)](https://travis-ci.org/WarenGonzaga/animate.css) [![devDependencies Status](https://david-dm.org/WarenGonzaga/animate.css/dev-status.svg)](https://david-dm.org/WarenGonzaga/animate.css?type=dev) [![dependencies Status](https://david-dm.org/WarenGonzaga/animate.css/status.svg)](https://david-dm.org/WarenGonzaga/animate.css) [![Built with Gulp](https://img.shields.io/badge/Built%20with-GULP-%23CF4646.svg)](http://gulpjs.com/) +#Animate.css [![GitHub release](https://img.shields.io/github/release/daneden/animate.css.svg)](https://github.com/daneden/animate.css/releases) [![Build Status](https://travis-ci.org/WarenGonzaga/animate.css.svg?branch=master)](https://travis-ci.org/WarenGonzaga/animate.css) [![devDependencies Status](https://david-dm.org/WarenGonzaga/animate.css/dev-status.svg)](https://david-dm.org/WarenGonzaga/animate.css?type=dev) [![dependencies Status](https://david-dm.org/WarenGonzaga/animate.css/status.svg)](https://david-dm.org/WarenGonzaga/animate.css) [![Built with Gulp](https://img.shields.io/badge/Built%20with-GULP-%23CF4646.svg)](http://gulpjs.com/) [![chat](https://img.shields.io/badge/chat-gitter-green.svg)](https://gitter.im/animate-css/) [![license](https://img.shields.io/badge/license-MIT-blue.svg)](https://opensource.org/licenses/MIT) *Just-add-water CSS animation* `animate.css` is a bunch of cool, fun, and cross-browser animations for you to use in your projects. Great for emphasis, home pages, sliders, and general just-add-water-awesomeness. From ae90a302ca68cdab9d951d61ba9d51c8ff314eb4 Mon Sep 17 00:00:00 2001 From: Waren Gonzaga Date: Tue, 27 Sep 2016 09:07:03 +0000 Subject: [PATCH 11/12] Remove extra badges --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 43048ed..79f92a2 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -#Animate.css [![GitHub release](https://img.shields.io/github/release/daneden/animate.css.svg)](https://github.com/daneden/animate.css/releases) [![Build Status](https://travis-ci.org/WarenGonzaga/animate.css.svg?branch=master)](https://travis-ci.org/WarenGonzaga/animate.css) [![devDependencies Status](https://david-dm.org/WarenGonzaga/animate.css/dev-status.svg)](https://david-dm.org/WarenGonzaga/animate.css?type=dev) [![dependencies Status](https://david-dm.org/WarenGonzaga/animate.css/status.svg)](https://david-dm.org/WarenGonzaga/animate.css) [![Built with Gulp](https://img.shields.io/badge/Built%20with-GULP-%23CF4646.svg)](http://gulpjs.com/) [![chat](https://img.shields.io/badge/chat-gitter-green.svg)](https://gitter.im/animate-css/) [![license](https://img.shields.io/badge/license-MIT-blue.svg)](https://opensource.org/licenses/MIT) +#Animate.css [![GitHub release](https://img.shields.io/github/release/daneden/animate.css.svg)](https://github.com/daneden/animate.css/releases) [![Build Status](https://travis-ci.org/WarenGonzaga/animate.css.svg?branch=master)](https://travis-ci.org/WarenGonzaga/animate.css) [![devDependencies Status](https://david-dm.org/WarenGonzaga/animate.css/dev-status.svg)](https://david-dm.org/WarenGonzaga/animate.css?type=dev) [![chat](https://img.shields.io/badge/chat-gitter-green.svg)](https://gitter.im/animate-css/) *Just-add-water CSS animation* `animate.css` is a bunch of cool, fun, and cross-browser animations for you to use in your projects. Great for emphasis, home pages, sliders, and general just-add-water-awesomeness. From c59b792f80550cc4d793d7244d1246e3e41484dc Mon Sep 17 00:00:00 2001 From: Waren Gonzaga Date: Tue, 27 Sep 2016 09:12:08 +0000 Subject: [PATCH 12/12] fix the gitter link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 79f92a2..7a5ccf7 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -#Animate.css [![GitHub release](https://img.shields.io/github/release/daneden/animate.css.svg)](https://github.com/daneden/animate.css/releases) [![Build Status](https://travis-ci.org/WarenGonzaga/animate.css.svg?branch=master)](https://travis-ci.org/WarenGonzaga/animate.css) [![devDependencies Status](https://david-dm.org/WarenGonzaga/animate.css/dev-status.svg)](https://david-dm.org/WarenGonzaga/animate.css?type=dev) [![chat](https://img.shields.io/badge/chat-gitter-green.svg)](https://gitter.im/animate-css/) +#Animate.css [![GitHub release](https://img.shields.io/github/release/daneden/animate.css.svg)](https://github.com/daneden/animate.css/releases) [![Build Status](https://travis-ci.org/WarenGonzaga/animate.css.svg?branch=master)](https://travis-ci.org/WarenGonzaga/animate.css) [![devDependencies Status](https://david-dm.org/WarenGonzaga/animate.css/dev-status.svg)](https://david-dm.org/WarenGonzaga/animate.css?type=dev) [![chat](https://img.shields.io/badge/chat-gitter-green.svg)](https://gitter.im/animate-css/Lobby) *Just-add-water CSS animation* `animate.css` is a bunch of cool, fun, and cross-browser animations for you to use in your projects. Great for emphasis, home pages, sliders, and general just-add-water-awesomeness.