Francisc

Results 8 issues of Francisc

Hi, Is it possible to use `rev-replace` on the same stream as `rev` without `useref`? Doing this fails: ``` JavaScript gulp.src(ASSETS_GLOB) .pipe(rev()) .pipe(revReplace()) .pipe(gulp.dest(DIST_FOLDER)); ``` Because `index.html` isn't in `ASSETS_GLOB`....

Hi, Is there an easy way to prevent rev-replace replacing inline sourcemap references? This: ``` /*# sourceMappingURL=style.css.map */ ``` Becomes this: ``` /*# sourceMappingURL=style-g623af6a92.css.map */ ``` I'd even say this...

Hi, Is there a way (or future plans) to provide an option to gulp-rev asking it to rename / replace the original files instead of preserving them and creating new...

Discussion

Hello, Is there any way to fix the misalignment between height of sidebar tree items and tab height? I can't use it as it is now, it's the only thing...

Hello, Seeing as the service is going away, it would be nice to be able to backup ST3 configs and packages locally. This would work nicely with any backup solution...

Hello, I'm using both `usemin` and `filerev`, both wonderful. (Except `usemin`'s docs, haha.) The paths generated for files are prefixed with a dot, as in: ``` HTML ``` I checked...

Hello, How can I watch a folder or file without pipe()-ing livereload to a previous task. I would like to watch a folder or file wihout running a new task:...

Hello, Watch + livereaload works great. However, if I set `spawn:false` although the changes are caught, livereload doesn't fire. Is this a known thing? I'm tempted by the faster response...