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
Post a Comment