Rohit Yadav 02f80d3370
ui: deprecate old UI and move to legacy to be served at /client/legacy (#4518)
As notified in the 4.14.0.0 release notes, this deprecates the legacy UI
and moves it under the ui/legacy directory which will be served at
/client/legacy URL path. This will also ensure that users upgrading or
installing 4.15.0.0 will get the new UI by default. This will also make
it simpler to remove the old UI for future 4.16/master releases.

Co-authored-by: Daan Hoogland <daan.hoogland@shapeblue.com>
2020-12-05 20:36:59 +05:30
..

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
  5. 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")

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