mirror of https://github.com/apache/cloudstack.git
* Introduce jsbeautifyrc and sass linter for automated unified scss code syntax * Introduce new z-index scss file to manage different z-index correctly * Use beautify tool for scss files and sass lint fix all scss files * Add vscode folder to gitignore * Add more new files to global gitignore * Refactor scss files and rework custom styles implementation strategy * Remove outdated ie7 styles * Fix typo of facebook input token include * Fix apache licences for new lint files * Splitt massive cloudstack.scss into many modular and smaller files * Refactor scss language files * Change and move apache licence css file name |
||
|---|---|---|
| .. | ||
| scss | ||
| .jsbeautifyrc | ||
| .sass-lint.yml | ||
| Gulpfile.js | ||
| package-lock.json | ||
| package.json | ||
| readme.md | ||
readme.md
How to compile SASS with NPM and GULP?
- install Node (v11.10.0 will work) on your machine or "N" or "nvm"
- run $(npm install) inside package.json folder
- run $(npm start) inside package.json folder
- gulp automaticaly watches for .scss changes and compiles children scss-files of scss-folder to css now
- Find a plugin for your code-editor to get use of .jsbeautifyrc as second instance for more rules that sass-lint-auto-fix doesn't support. (for vscode: "Beautify")