generator-bootstrap4 icon indicating copy to clipboard operation
generator-bootstrap4 copied to clipboard

bower and package json file conflict

Open jerryhall opened this issue 8 years ago • 2 comments

Could you tell me what you recommend to resolve the conflict between the bower.json and Express package.json files? When given the choice I did not want to overwrite the package.json after reading this dialog: https://github.com/bower/bower/issues/1626

Also, after I made that choice the bower_components directory was not created. The /app directory was created as well as the .bower.json and Gruntfile.js.

I'm a bit green and could use some guidance. I'm using express 4.14 w/ node 6.5 on a win7. Thanks!

jerryhall avatar Sep 06 '16 03:09 jerryhall

@jerryhall i'm not sur what you're asking for. Do you want to replace the livereload server with express? the package.json template can be found at https://github.com/bassjobsen/generator-bootstrap4/blob/master/app/templates/_package.json you should possible modify that?

bassjobsen avatar Sep 06 '16 06:09 bassjobsen

I can be seen through that easily eh? jk. I'm just learning and my head is a bit full trying to learn all the various elements and how they mesh together. I'll ask more once I get a more solid understanding. Thanks!

jerryhall avatar Sep 06 '16 18:09 jerryhall