Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enhancement scss refactoring #3328

Merged
merged 12 commits into from
May 23, 2019
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ tools/cli/build/
*.iso
*.tar.gz
*.tgz
*.vscode
*.css.map

# this ignores _all files starting with '.'. Don't do that!
#.*
Expand Down Expand Up @@ -99,3 +101,4 @@ scripts/.pydevproject
*.qcow2
*.raw
venv
node_modules
3 changes: 1 addition & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -967,8 +967,7 @@
<exclude>tools/ngui/static/bootstrap/*</exclude>
<exclude>tools/ngui/static/js/lib/*</exclude>
<exclude>tools/transifex/.tx/config</exclude>
<exclude>ui/css/token-input-facebook.css</exclude>
<exclude>ui/css/src/scss/token-input-facebook.scss</exclude>
<exclude>ui/css/src/scss/components/token-input-facebook.scss</exclude>
<exclude>ui/l10n/*</exclude>
<exclude>ui/lib/flot/jquery.colorhelpers.js</exclude>
<exclude>ui/lib/flot/jquery.flot.crosshair.js</exclude>
Expand Down
201 changes: 0 additions & 201 deletions ui/css/cloudstack3-ie7.css

This file was deleted.

Loading