Thanks to visit codestin.com
Credit goes to github.com

Skip to content

lucianopanaro/rack-javascript-minifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rack Javascript Minifier
=========

A simple middleware that will intercept any request for javascript files, minify 
them and return them. 

This was developed as an example of implementing a rack middleware. Even though 
tested (check specs) it is not intended for production.

Check example for usage guide. You can run it with thin: 

    thin start -R config.ru

About

A sample rack middleware for intercepting requests for javascript files and minifying them.

Resources

License

Stars

11 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors