cloudstack/ui/css/src
Maximilian Weber 134408c18e Add new scss to css compiler with npm and gulp 2019-04-30 16:14:29 +02:00
..
.sass-lint.yml Add new scss to css compiler with npm and gulp 2019-04-30 16:14:29 +02:00
Gulpfile.js Add new scss to css compiler with npm and gulp 2019-04-30 16:14:29 +02:00
package-lock.json Add new scss to css compiler with npm and gulp 2019-04-30 16:14:29 +02:00
package.json Add new scss to css compiler with npm and gulp 2019-04-30 16:14:29 +02:00
readme.md Add new scss to css compiler with npm and gulp 2019-04-30 16:14:29 +02:00

readme.md

How to compile SASS with NPM and GULP?

  1. install Node (v11.10.0 will work) on your machine or "N" or "nvm"
  2. run $(npm install) inside package.json folder
  3. run $(npm start) inside package.json folder
  4. gulp automaticaly watches for .scss changes and compiles children scss-files of scss-folder to css now

Keep package versions up to date if possible. check with $(npm outdated) inside package.json folder