This is an automated email from the ASF dual-hosted git repository.

dkonrad pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/cloudstack.git.


    from 3729511  kvm: Fix three issues with Ubuntu 16.04 hosts (#3227)
     new 134408c  Add new scss to css compiler with npm and gulp
     new f621b1a  Copy css files to scss, lint auto fix them
     new 5343a19  Compile new scss files to css
     new 5f5ff7e  Add facebook scss file to apache rat plugin list
     new a75292e  Merge pull request #3307 from 
webermaximilian92/feature_add_scss_to_css_compiler

The 31868 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 pom.xml                                            |    1 +
 ui/css/cloudstack3-ie7.css                         |   14 +-
 ui/css/cloudstack3.css                             |  223 +-
 ui/css/cloudstack3.hu.css                          |    5 +-
 ui/css/cloudstack3.ja_JP.css                       |    4 +-
 ui/css/custom.css                                  |    2 +
 ui/css/src/.sass-lint.yml                          |  453 ++
 ui/css/src/Gulpfile.js                             |   75 +
 ui/css/src/package-lock.json                       | 6019 ++++++++++++++++++++
 ui/css/src/package.json                            |   41 +
 ui/css/src/readme.md                               |    8 +
 .../scss/cloudstack3-ie7.scss}                     |    0
 .../scss/cloudstack3.hu.scss}                      |    0
 .../scss/cloudstack3.ja_JP.scss}                   |    0
 .../{cloudstack3.css => src/scss/cloudstack3.scss} |    0
 ui/css/{custom.css => src/scss/custom.scss}        |    0
 .../scss/token-input-facebook.scss}                |   17 +-
 ui/css/token-input-facebook.css                    |  159 +-
 18 files changed, 6810 insertions(+), 211 deletions(-)
 create mode 100644 ui/css/src/.sass-lint.yml
 create mode 100644 ui/css/src/Gulpfile.js
 create mode 100644 ui/css/src/package-lock.json
 create mode 100644 ui/css/src/package.json
 create mode 100644 ui/css/src/readme.md
 copy ui/css/{cloudstack3-ie7.css => src/scss/cloudstack3-ie7.scss} (100%)
 copy ui/css/{cloudstack3.hu.css => src/scss/cloudstack3.hu.scss} (100%)
 copy ui/css/{cloudstack3.ja_JP.css => src/scss/cloudstack3.ja_JP.scss} (100%)
 copy ui/css/{cloudstack3.css => src/scss/cloudstack3.scss} (100%)
 copy ui/css/{custom.css => src/scss/custom.scss} (100%)
 copy ui/css/{token-input-facebook.css => src/scss/token-input-facebook.scss} 
(91%)

Reply via email to