You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by st...@apache.org on 2014/04/07 23:07:45 UTC

[49/53] [abbrv] git commit: Merge branch 'refactor' of github.com:jbavari/cordova-registry-web into refactor

Merge branch 'refactor' of github.com:jbavari/cordova-registry-web into refactor


Project: http://git-wip-us.apache.org/repos/asf/cordova-registry-web/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-registry-web/commit/ad011373
Tree: http://git-wip-us.apache.org/repos/asf/cordova-registry-web/tree/ad011373
Diff: http://git-wip-us.apache.org/repos/asf/cordova-registry-web/diff/ad011373

Branch: refs/heads/master
Commit: ad011373979c714834a6c932e473a0fca387ef14
Parents: 0f2b629 715b592
Author: Steven Gill <st...@gmail.com>
Authored: Wed Apr 2 15:50:00 2014 -0700
Committer: Steven Gill <st...@gmail.com>
Committed: Wed Apr 2 15:50:00 2014 -0700

----------------------------------------------------------------------
 Gruntfile.js                                    |  14 +-
 attachments/css/controls/dropdowns.less         |  50 +++++
 attachments/css/fontello-codes.css              |  13 +-
 attachments/css/fontello-embedded.css           |  25 ++-
 attachments/css/fontello-ie7-codes.css          |  13 +-
 attachments/css/fontello-ie7.css                |  13 +-
 attachments/css/fontello.css                    |  25 ++-
 attachments/css/pages/packageDetails.less       |  31 ++-
 attachments/css/pages/search.less               |   4 +
 attachments/css/styles.css                      |  83 +++++++-
 attachments/css/styles.less                     |   3 +
 attachments/css/variables.less                  |   3 +-
 attachments/font/fontello.eot                   | Bin 4868 -> 4392 bytes
 attachments/font/fontello.svg                   |  13 +-
 attachments/font/fontello.ttf                   | Bin 4700 -> 4224 bytes
 attachments/font/fontello.woff                  | Bin 3328 -> 3020 bytes
 attachments/index.html                          |   3 +-
 attachments/js/controllers/packageDetails.js    |   9 +-
 attachments/js/controllers/search.js            |  12 +-
 attachments/js/lib/moment.min.js                |   6 +
 attachments/partials/directives/pluginlist.html |   9 +-
 attachments/partials/views/packageDetails.html  | 195 ++++++++++++-------
 attachments/partials/views/search.html          |  18 +-
 23 files changed, 392 insertions(+), 150 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-registry-web/blob/ad011373/Gruntfile.js
----------------------------------------------------------------------