toddmotto / fireshell

Fiercely quick front-end boilerplate and workflows, HTML5, Grunt, Sass.
http://getfireshell.com
1.52k stars 183 forks source link

bower addons #62

Open webrune-tim opened 10 years ago

webrune-tim commented 10 years ago

I have tried to install Bootstrap, Font-Awesome and few other libraries into Fireshell

the bower command seems to work, but then on site the installed libraries do not work.

Here is some of my output:

tithos ~/Documents/Sites/mighyMC $ [master*]$ grunt
Running "sass:dev" (sass) task
File "app/assets/css/style.unprefixed.css" created.

Running "bower:dev" (bower) task
src/components/bootstrap-sass-official/assets/javascripts/bootstrap-sprockets.js copied to.
src/components/bootstrap-sass-official/assets/javascripts/bootstrap-sprockets.js copied to.
src/components/bootstrap-sass-official/assets/javascripts/bootstrap-sprockets.js copied to.
src/components/bootstrap-sass-official/assets/javascripts/bootstrap-sprockets.js copied to.
src/components/bootstrap-sass-official/assets/javascripts/bootstrap-sprockets.js copied to.
/Users/tithos/Documents/Sites/mighyMC/src/components/bootstrap-sass-official/assets/javascripts/bootstrap/affix.js copied to.
/Users/tithos/Documents/Sites/mighyMC/src/components/bootstrap-sass-official/assets/javascripts/bootstrap/alert.js copied to.
/Users/tithos/Documents/Sites/mighyMC/src/components/bootstrap-sass-official/assets/javascripts/bootstrap/button.js copied to.
/Users/tithos/Documents/Sites/mighyMC/src/components/bootstrap-sass-official/assets/javascripts/bootstrap/carousel.js copied to.
/Users/tithos/Documents/Sites/mighyMC/src/components/bootstrap-sass-official/assets/javascripts/bootstrap/collapse.js copied to.
/Users/tithos/Documents/Sites/mighyMC/src/components/bootstrap-sass-official/assets/javascripts/bootstrap/dropdown.js copied to.
/Users/tithos/Documents/Sites/mighyMC/src/components/bootstrap-sass-official/assets/javascripts/bootstrap/tab.js copied to.
/Users/tithos/Documents/Sites/mighyMC/src/components/bootstrap-sass-official/assets/javascripts/bootstrap/transition.js copied to.
/Users/tithos/Documents/Sites/mighyMC/src/components/bootstrap-sass-official/assets/javascripts/bootstrap/scrollspy.js copied to.
/Users/tithos/Documents/Sites/mighyMC/src/components/bootstrap-sass-official/assets/javascripts/bootstrap/modal.js copied to.
/Users/tithos/Documents/Sites/mighyMC/src/components/bootstrap-sass-official/assets/javascripts/bootstrap/tooltip.js copied to.
/Users/tithos/Documents/Sites/mighyMC/src/components/bootstrap-sass-official/assets/javascripts/bootstrap/popover.js copied to.
src/components/bootstrap/dist/js/bootstrap.js copied to.
/Users/tithos/Documents/Sites/mighyMC/src/components/bootstrap/dist/css/bootstrap.css copied to.
/Users/tithos/Documents/Sites/mighyMC/src/components/bootstrap/dist/js/bootstrap.js copied to.
src/components/bootstrap/dist/js/bootstrap.js copied to.
src/components/bootstrap/dist/js/bootstrap.js copied to.
src/components/bootstrap/dist/js/bootstrap.js copied to.
src/components/bootstrap/dist/js/bootstrap.js copied to.
/Users/tithos/Documents/Sites/mighyMC/src/components/components-font-awesome/css/font-awesome.css copied to.
/Users/tithos/Documents/Sites/mighyMC/src/components/jquery/jquery.js copied to.
src/components/modernizr/modernizr.js copied to.
/Users/tithos/Documents/Sites/mighyMC/src/components/normalize-css/normalize.css copied to.

Running "autoprefixer:dev" (autoprefixer) task
File "app/assets/css/style.min.css" created.

and

tithos ~/Documents/Sites/mighyMC $ [master*]$ bower install components-font-awesome
bower components-font-awesome#*       not-cached git://github.com/components/font-awesome.git#*
bower components-font-awesome#*          resolve git://github.com/components/font-awesome.git#*
bower components-font-awesome#*         download https://github.com/components/font-awesome/archive/4.1.0.tar.gz
bower components-font-awesome#*          extract archive.tar.gz
bower components-font-awesome#*     invalid-meta components-font-awesome is missing "ignore" entry in bower.json
bower components-font-awesome#*         resolved git://github.com/components/font-awesome.git#4.1.0
bower components-font-awesome#~4.1.0     install components-font-awesome#4.1.0

and

tithos ~/Documents/Sites/mighyMC $ [master*]$ bower install bootstrap
bower bootstrap#*               cached git://github.com/twbs/bootstrap.git#3.0.3
bower bootstrap#*             validate 3.0.3 against git://github.com/twbs/bootstrap.git#*
bower bootstrap#*                  new version for git://github.com/twbs/bootstrap.git#*
bower bootstrap#*              resolve git://github.com/twbs/bootstrap.git#*
bower bootstrap#*             download https://github.com/twbs/bootstrap/archive/v3.2.0.tar.gz
bower bootstrap#*              extract archive.tar.gz
bower bootstrap#*             resolved git://github.com/twbs/bootstrap.git#3.2.0
bower bootstrap#~3.2.0         install bootstrap#3.2.0
ghost commented 9 years ago

Did you ever find a solution? Getting an error on build only after installing a new package.