GitHunt
JO

joseglego/gulp-examples

Testing multiple gulp-rev libs.

gulp-rev-example

Testing multiple gulp-rev libs.

Application

You can use the application in development purpose with:

$ gulp serve:dev

You can generate the new version of the application with:

$ gulp build:dist

You can test the output with:

$ gulp serve:dist

Rev(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:plain

gulp-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:all

gulp-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 /dist folder
  • App works. But need help with templates manual copied.

You can test it:

$ gulp build:dist
$ gulp rev:replace
$ gulp serve:replace

Languages

JavaScript58.3%HTML41.1%CSS0.6%

Contributors

Created July 18, 2016
Updated September 18, 2018