Top "Yeoman" questions

Yeoman is a command-line tool for frontend web development.

How to include scripts automatically in a yeoman/grunt project?

I have a working yeoman project. I am using grunt-usemin. To include javascripts, I do this in index.html: <!…

javascript gruntjs yeoman grunt-usemin
Error with gulp serve: Requiring external module babel-register

Running yeoman generator "Webapp", I'm getting an error when running gulp serve. Here are the following versions for a better …

gulp yeoman babeljs
How to update and include Twitter Bootstrap 3 on webapp or yo angular?

I used yo webapp or yo angular to create new a project, and I received Bootstrap include is version 2.3.2, but …

css twitter-bootstrap angularjs twitter yeoman
Yeoman for Angular, then "grunt serve" won't start

This is the first time I use yeoman to setup the scaffolding for an AngularJS app, and I have to …

node.js angularjs gruntjs yeoman
Yeoman.io problems installing generator-angular

When writing question used the Google translator. On a freshly installed ubuntu 14.04 set nodejs - sudo add-apt-repository ppa:chris-lea/node.…

javascript npm yeoman yeoman-generator yeoman-generator-angular
How should I configure grunt-usemin to work with relative path

I have a grunt project backed by a yeoman-generator that I've built based on the generator-webapp, if it's of any …

gruntjs yeoman assemble grunt-usemin
How to install latest unstable AngularJS components using Bower?

I’ve scaffold an AngularJS app using Yeoman: yo angular –minsafe When I run “bower list” command I get following: …

angularjs yeoman bower
Best way for deploy angular.js application made with yeoman?

I´m building application SPA using angular.js with yeoman which connect with a API RESTful made in Java using …

angularjs web-deployment yeoman
Angular "Unknown Provider" error after minification with Grunt Build in Yeoman app

I'm having problems with grunt build on a Yeoman generated Angular app, using Coffee and Slim, with all libraries up-to-date. (…

javascript angularjs gruntjs yeoman uglifyjs
Checking installed Yeoman generators

What powershell command do I run to see what Yeoman generators I have installed? I'm assuming it's a npm command, …

command-line-interface npm yeoman