Directory Structure for Yeoman Applications

With the latest update to yoman 1.0, can we change the way we create directory structures? ex ... If I want to create my files in the root directory instead of the "/ app" folder, is this possible? Also, if we want to name our resource folders "css", "js" or "img", can this be done?

I refer to this previous question for an update.

thanks

+4
source share
1 answer

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

Check out the grunt docs on how to do this.

+3
source

All Articles