thardy / generator-ngbp

Yeoman generator based on the ngBoilerplate kickstarter, a best-practice boilerplate for any scale Angular project built on a highly modular, folder-by-feature structure.
100 stars 23 forks source link

Missing build.config.js #13

Closed blaketastic2 closed 9 years ago

blaketastic2 commented 9 years ago

I am missing the build.config.js when running generator.

blaketastic2 commented 9 years ago

It looks like the build.config.js is rolled into the Gruntfile.js. Is this expected, or should it be creating the separate file?

thardy commented 9 years ago

It's expected. I took a thorough sweep through ngbp when making the generator, trying to simplify in as many places as possible. I eliminated a lot of files, and build.config.js was one of them. I think the main things in there was the app files variable and perhaps the list of vendor files, which are now near the top of Gruntfile.js.