wiredep gulp, file order -


i'm looking simple way pass option files wiredep allows me set jquery on top of angular, far, working dependencies, there fore set jquery @ bottom.

i'm passing options:

var options = {   bowerjson: require('./bower.json'),   directory: './bower_components/',   ignorepath: '../..' }; 

devdependencies set true, cannot find parameter in documentation allow me do

i've ended declaring these explicitly like:

var options = [         'css/component*.css',         'css/global.css',         'css/main-custom.css'     ] 

and passing gulp pipe like

gulp.src("/*.html").pipe(options).... 

Comments

Popular posts from this blog

authentication - Mongodb revoke acccess to connect test database -

r - Update two sets of radiobuttons reactively - shiny -

ios - Realm over CoreData should I use NSFetchedResultController or a Dictionary? -