gulp-order
gulp-order copied to clipboard
This gulp plugin allows you to reorder a stream of files via globs.
Trying to get jQuery to load first so the rest of its dependencies will work. The issue is I'm using this in conjunction with main-bower-files. Is there a way to...
gulp-order v1.2.0 causes (gulp build) to throw ReferenceError: Invalid left-hand side in assignment
The Problem: At least for my set up, when I try to build my application gulp-order v1.2.0 throws an error as follows: ... ... ... ... .../node_modules/gulp-order/lib/index.js:7 build 10-Oct-2018 17:36:02...
I'm trying to express the following order, but it's not working as I had hoped: ``` js [ "app.js", "**/*.js", "debug.js" ] ``` I want `debug.js` to always be at...
This should close the #28. I also updated the coffee script dependency
The actual rank function isn't working for me. We map every glob to a absolute path (this is an internal need ), and that makes the rank matcher not match...
Is this known to break with gulp-watch? It seems my changed file is not being picked up when I have the gulp-order hooked up. I'm also using it with gulp-cache...
filename case sensitive ``` .pipe(order([ 'person.js', 'Woman.js' ], options)) ``` options:{ caseSensitive:true or false }
Really love this library, but something I've been wondering about is ordering files within a sub directory of the given source. My use case is probably fairly common, Bootstrap installed...
Because I spent hours puzzling over why this plugin wouldn't work, and every time I considered setting the base I would think, "well he said just leave it out". Dense...