I'm new to jhipster, I was wondering that if once I run the "yo jhipster" is there a way to go back and change some of the option selected? Example to enable Compass/SASS.
If I try to install a new generator (by calling "yo" alone), i'm not sure what to install. Compass-extension or Sass ? Or both or something else as well?
Thanks
Clean the current project directory. Re-generate the application using the jhipster --force --with-entities command. Commit the generated code to the jhipster_upgrade branch. Merge the jhipster_upgrade branch back to the original branch from where the npx jhipster upgrade command was launched.
You can change the file .yo-rc.json
("useCompass": true, etc) and then run yo jhipster
in the root directory. Depends of the change in .yo.rc.json
must to rerun entity generators with yo jhipster:entity <name>
.
Found the answer on the JHipster site actually...maybe it just got added or simply that I can't read :)
https://jhipster.github.io/creating_an_entity.html (see section Generating an entity a second time)
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With