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

php - Wordpress website dashboard page or post editor content is not showing but front end data is showing properly -

How to get the ip address of VM and use it to configure SSH connection dynamically in Ansible -

javascript - Get parameter of GET request -