Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is it possible to change Yeoman's directory structure?

Tags:

yeoman

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?

like image 804
Frank Parent Avatar asked Nov 12 '22 21:11

Frank Parent


1 Answers

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.

like image 134
Sindre Sorhus Avatar answered Dec 20 '22 03:12

Sindre Sorhus