pbankonier opened a new pull request #3434: Build css from scss sources in 
client ui build
URL: https://github.com/apache/cloudstack/pull/3434
 
 
   ## Description
   The following things are done in this PR:
   
   - Add the **compiling of the scss sources to css to the maven build for the 
client ui**. I used this (https://github.com/eirslett/frontend-maven-plugin) 
maven plugin for that.
   - This was required to **remove the css** files from the project. This is 
necessary, because it happened multiple times that the css files were modified 
directly instead of editing and then compiling the scss files, which results in 
a mismatch between the scss src and the compiled css.
   e.g. https://github.com/apache/cloudstack/pull/3240/files
   I moved these missing changes into the corresponding scss files here.
   - I also **moved the ui folder** with the frontend resources inside the 
client ui module folder because they got only used there and it is a better 
location for them.
   - This (compiling scss to css during the build) is the currently preferred 
way of handling these frontend resources.
   
   - This changes are not affecting any functionality nor are a breaking change.
   
   ## Types of changes
   - [ ] Breaking change (fix or feature that would cause existing 
functionality to change)
   - [ ] New feature (non-breaking change which adds functionality)
   - [x] Bug fix (non-breaking change which fixes an issue)
   - [ ] Enhancement (improves an existing feature and functionality)
   - [x] Cleanup (Code refactoring and cleanup, that may add test cases)
   
   ## How Has This Been Tested?
   Deployed this to our test environment and tested functionality.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to