gulp Bower wiredep not picking up bootstrap.css? -


i have index.html file. in bower.json file have dependency:

"bootstrap": "~3.3.2" 

in gulp file have:

  gulp.src('./main.html')     .pipe(wiredep({       bowerjson: require('./bower.json')     }))     .pipe(gulp.dest('./')); 

when this, see css , js being generated, not see bootstrap.css included anywhere within inject, other dependencies are. going on?

i figure there must simple fix this? or gulp have problems compared grunt?

update: getting **** thrown @ me @ hardcore maven fanatic how bower , node sucks compared maven , how after bower install have manually modify bower.json file of package after downloads. if there way legitimately not have modify bower.json or way incorporate build process not having require developer this... please update!

after changed bower.json file in root pointing *.less file following:

"main": ["dist/css/bootstrap.css"], 

it works.

note: removed entry bootstrap.js because don't need it.


Comments

Popular posts from this blog

gcc - MinGW's ld cannot perform PE operations on non PE output file -

timeout - Handshake_timeout on RabbitMQ using python and pika from remote vm -

c# - Search and Add Comment with OpenXML for Word -