gulp-rev-example
Testing multiple gulp-rev libs.
Application
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:distRev(s)
gulp-rev (Just gulp-rev. Plain)
Added 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:plaingulp-rev-all
Added 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:allgulp-rev-easy
Added 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 gulp-rev-replace
Temporal Winner
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:replaceOn this page
Languages
JavaScript58.3%HTML41.1%CSS0.6%
Contributors
Created July 18, 2016
Updated September 18, 2018