Frames-Proj / frames

6 stars 6 forks source link

Setting up bootstrap #10

Closed holeyness closed 7 years ago

nicholasyan commented 7 years ago

Looks good to me.

ethanpailes commented 7 years ago

Is it possible to configure bootstrap easily with npm, or is the state of the art basically just copying the files?

holeyness commented 7 years ago

Two things:

  1. bootstrap can be packaged with npm, but then it's installed under like node_modules, so the importing of css and scripts file is more of a pain, not sure what the correct solution for that is.
  2. As for the js file, if we use the copy paste method, like whats the pattern there? Cuz nothing in the js folder is committed @ethanpailes
ethanpailes commented 7 years ago

So it sounds like the plan is just to put it in the js directory and ungitignore it.