Skip to content

joseglego/gulp-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Testing multiple gulp-rev libs.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors