6 comments

  • Kyle ConradKyle Conrad, over 8 years ago

    Hopefully this isn't the method for actually making a production site but just to mess around with development.

    0 points
  • Jeremy HooverJeremy Hoover, over 8 years ago

    Wouldn't it be better to have grunt compile all those .js files into one? Then you wouldn't even need bower installed on your production server (or in your repo). Just reference the concatenated file.

    0 points
  • Jim SilvermanJim Silverman, over 8 years ago

    gotta love tools that add complexity.

    0 points
  • Mike JohnsonMike Johnson, over 8 years ago

    Doesn't Yeoman do all of this for you?

    0 points
    • Luke MitchellLuke Mitchell, over 8 years ago

      I don't think so. Yeoman is a 'scaffold generator', it's neither a package dependency manager nor a build system. But it will slot into the workflow beautifully.

      1 point
      • Mike JohnsonMike Johnson, over 8 years ago

        Right but the scaffolds it creates include bower.json and package.json files and the proper file references in your html. And when you run additional generators it injects those file references properly. I guess it only works for dependencies that have generators...

        0 points