Add Sass option after creation of a project
问题 Is there any way to generate a JHipster project without Sass option and add it later on? I have tried to enable it via " .yo-rc.json " and then I run " jhipster upgrade --force ", but it does not enable it. 回答1: Here is a way to do it while keeping your custom code using git. Let's say your working code in on master (you could create a branch for experimenting), create a git branch to add saas git checkout -b add-saas Modify .yo-rc.json, re-generate your app using jhipster --with-entities