Questions tagged [gulp-order]
2 questions
4
votes
0 answers
Gulp not concatenating js file in correct order
I am concatenating and minifying js files using gulp. But files are not concatenating in the order it should be, like this is the order I want :
var scriptFiles = [
'assets/lib/js/angular.min.js',
'assets/lib/js/angular-sanitize.min.js',
…

Rahul Sagore
- 1,588
- 2
- 26
- 47
1
vote
1 answer
gulp match one or more directories
In gulp I have no problem matching ZERO or more directories with the **/*.file_ext method. What I'm wanting to do is only match files WITHIN a nested directory. I'm trying to set this up because I need to ensure that when gulp builds a concatenated…

Jared
- 5,840
- 5
- 49
- 83