You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the rev command is run everything works and revisioned files (unicorn.css → unicorn-d41d8cd98f.css) appear in the desired folder. However, when the rev.manifestcommand is invoqued, the rev-manifest.json file is not produced.
Steps to reproduce
I have the following folder structure with all my .min.css, .min.js and image (.jpg, .png, .jpeg) assets:
As I mentioed before, after this gulp.task is run, I get the revisioned files (unicorn.css → unicorn-d41d8cd98f.css) and the task finishes as expected:
alejandro@ubuntu:~/WebApp/si-vet$ gulp revision
[18:02:47] Using gulpfile ~/WebApp/si-vet/gulpfile.js
[18:02:47] Starting 'revision'...
[18:02:47] Finished 'revision' after 30 ms
alejandro@ubuntu:~/WebApp/si-vet$
However, when I include the command to get the rev-manifest.json file in the gulp.task, as follows:
For the record I'm a gulp and gulp-rev newbie, so please excuse any mistakes in my approach. I tryed for several hours and read many websites but nothing has worked so far. I'm using Ubuntu 16.04 LTS, Node v4.2.6 and gulp-rev 8.1.0.
Thanks in advance for any help with the issue.
The text was updated successfully, but these errors were encountered:
Description
When the
rev
command is run everything works and revisioned files (unicorn.css
→unicorn-d41d8cd98f.css
) appear in the desired folder. However, when therev.manifest
command is invoqued, therev-manifest.json
file is not produced.Steps to reproduce
I have the following folder structure with all my
.min.css
,.min.js
and image (.jpg
,.png
,.jpeg
) assets:In order to get revisioned files in the same place as the original assets, I use the following
gulp.task
:As I mentioed before, after this
gulp.task
is run, I get the revisioned files (unicorn.css
→unicorn-d41d8cd98f.css
) and the task finishes as expected:However, when I include the command to get the
rev-manifest.json
file in thegulp.task
, as follows:The task never finishes and the
rev-manifest.json
is not produced:For the record I'm a gulp and gulp-rev newbie, so please excuse any mistakes in my approach. I tryed for several hours and read many websites but nothing has worked so far. I'm using Ubuntu 16.04 LTS, Node v4.2.6 and gulp-rev 8.1.0.
Thanks in advance for any help with the issue.
The text was updated successfully, but these errors were encountered: