Skip to content

olegwtf/p5-Mojolicious-Plugin-TagHelpers-NoCaching

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mojolicious::Plugin::TagHelpers::NoCaching
==========================================

When you updating your project on production with new version,
new version often contains changed styles, javascript, images.
You fetched all new files from the repository, restarted application,
but browsers still shows you old images, your html looks like a
shit (because of old styles on new html), javascript events doesn't
work (because of the old javascript). All of this because your browser
cached old version of included files and don't want to reload it.

If you ever come across this, this module will help you.

INSTALLATION

To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install

DEPENDENCIES

This module requires these other modules and libraries:

  Mojolicious

COPYRIGHT AND LICENCE

Copyright (C) 2013 by Oleg G

This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.

About

tag helpers to prevent scripts, css, images caching

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages