Skip to content

Instantly share code, notes, and snippets.

@ayozebarrera
Created March 25, 2015 10:58
Show Gist options
  • Save ayozebarrera/6b8980935e6397da2db6 to your computer and use it in GitHub Desktop.
Save ayozebarrera/6b8980935e6397da2db6 to your computer and use it in GitHub Desktop.
How config bower

#How config bower

##Make .bowerrc file

{
  "directory" : "path/to/components"
}

##Iniciamos Bower y configuramos el proyecto.

bower init

##Instalamos los paquetes con --save para añadirlo a nuestro bower.json

bower install <package> --save

###Si no tenemos las dependencias instaladas, ejecutamos install sin parámetros.

bower install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment