Testing multiple gulp-rev libs.
You can use the application in development purpose with:
$ gulp serve:devYou can generate the new version of the application with:
$ gulp build:distYou can test the output with:
$ gulp serve:distAdded the documentation example task of gulp-rev. And test it. Results:
- Good Output.
- Index with hash (Not good).
- App doesn't work (Not good).
You can test it:
$ gulp build:dist
$ gulp rev:plain
$ gulp serve:plainAdded the documentation example task of gulp-rev-all. And test it. Results:
- Good Output.
- Index with hash (Not good).
- App doesn't work (Not good).
You can test it:
$ gulp build:dist
$ gulp rev:all
$ gulp serve:allAdded the documentation example task of gulp-rev-easy. And test it. Results:
- Index with hashed elements (Good).
- Nothing else generated (Not good).
- Doesn't find files (Not good).
You can test it:
$ gulp build:dist
$ gulp rev:easy
$ gulp serve:easy Added the documentation example task of gulp-rev-replace. And test it. Results:
- Index with hashed elements (Good).
- Not copy views (Not good). Manual copy from
/distfolder - App works. But need help with templates manual copied.
You can test it:
$ gulp build:dist
$ gulp rev:replace
$ gulp serve:replace