generator-bootstrap4
generator-bootstrap4 copied to clipboard
bower and package json file conflict
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 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?
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!