Question

I like Yeoman's features like the Package Manager (Bower), Livereload integration, Compass, etc.

Therefor, I'd like to use it to handle my public website. However, instead of using the "app" folder, I would like to put everything at the root.

I've changed the references in the grunt configuration file but still get errors when installing new package and building.

Is it possible to change the project structure?

Was it helpful?

Solution

Not as easy as it could be at the moment, but we're working on making it easily customizable.

Though I don't think you would need to. You develop in the /app folder and deploy the contents of the built /dist folder. That way it's still in the root on your server.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top