Most voted "yeoman" questions
Yeoman generates scaffoldis for a new project, writes its build configuration (for example Gruntfile, Gulpfile) and does Pulling on relevant build tasks. If the doubt is not about Yeoman, do not use this tag, even if you are using Yeoman in your project.
Learn more…5 questions
Sort by count of
-
3
votes0
answers125
viewsProblems with Grunt tasks for versioning when html files are inside other folders
Using Grunt, I installed and configured the plugins: - grunt-contrib-copy - grunt-contrib-clean - grunt-contrib-concat - grunt-contrib-uglify - grunt-contrib-cssmin - grunt-usemin -…
-
2
votes0
answers198
viewsI’m having trouble with Bower’s installation, how do I fix it?
i am having trouble with the installation of Bower, I had already installed, I even worked on some projects using "yo + Grunt + Bower" however, today when I went to create a new project I got a…
-
2
votes1
answer125
viewsWorking with javascript environments using Grunt
I have a very bad problem in my web projects, I don’t work with environments, I wanted my application to have different configuration types according to the environment, for example: in the DEV…
-
0
votes1
answer37
viewsHow to use Harlan-Generator in Yeoman?
I’m thinking of creating a webapp using the Harlan and I ended up discovering that he has a yo-Enerator named Generator-Arlan. From what I understand he’s like the Generator-angular pro Yeoman but I…
-
0
votes2
answers680
viewsHibernate jumping id sequence
I managed a project by JHipster who uses Java, Spring and Hibernate in backend, I created a class as follows: Liquibase: <changeSet id="20160504131602" author="jhipster"> <createTable…