Directory Structure for Yeoman apps

yeoman

Solution

Yes, everything is now contained inside the Gruntfile.js. You are free to change whatever you want. We have defined a couple of shortcuts at the top for quickly changing the `app` and `dist` directory.

Check out the grunt docs on how to go about doing that.

Problem

With the lastest yeoman update, 1.0, are we able to change the way a directory structure is created? ex...If I want to create my files within the root directory instead of the '/app' folder, is this possible? Also, if we want to name our assets folders 'css', 'js' or 'img', can this be achieved? I make reference to this previous question for an update. Thanks

Original source