Search code examples
angularjsyeomanboweryeoman-generatoryeoman-generator-angular

Where to put "non-bower" components


I'm a newbie to nodejs and bower. I've just created angular projects with yeoman and see the bower_components folder. But if i have components/libraries that is not installed using bower, where should i put it?


Solution

  • You could put them in the scripts folder with in a subfolder thirdpartyor librariesor whatever fits best for you.

    Make sure that the libraries are minified with the main scripts.