rack-sprocketize
JS compiler
Middleware that concatenates and optionally compresses JavaScript files using Sprockets.
Rack::Sprocketize is a piece of Rack Middleware which uses Sprockets to concatenate javascript files and then optionally compresses them.
3 stars
2 watching
0 forks
Language: Ruby
last commit: about 13 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
petebrowne/rack-pack | Middleware that packages and compresses assets into single files. | 16 |
rails/sprockets | A Ruby library for compiling and serving web assets with declarative dependency management and preprocessor pipelines. | 954 |
logicaltext/rack-bundle | Middleware bundles JavaScripts and stylesheets into one file, grouping them by media type. | 2 |
petebrowne/machined | A static site generator and Rack server built using Sprockets 2.0, optimized for fast development and deployment. | 31 |
leejarvis/rack-pygmentize | Middleware to format source code with syntax highlighting | 25 |
jbaudanza/rack-asset-compiler | A middleware for compiling static files from text source | 20 |
techiferous/rack-plastic | A gem that simplifies the development of Rack middleware by providing a convenient API for parsing and modifying HTML responses. | 22 |
torba-rb/torba | Manages local copies of JS/CSS libraries used in Sprockets applications | 167 |
ncr/rack-cat | A Rack middleware that concatenates and serves static assets faster. | 3 |
paulbartrum/jurassic | A .NET library to compile and execute JavaScript code in a standards-compliant way | 885 |
rack/rack-contrib | A collection of reusable middleware and utilities for building web applications in Ruby | 1,259 |
gunpowderlabs/sprockets-traceur | A gem that integrates Google Traceur with Sprockets to enable JavaScript transpilation in Ruby applications. | 24 |
chopmo/rack-ssl | Middleware to enforce HTTPS encryption in web applications | 13 |
jaebradley/fruit | Automates Rollup.js boilerplate generation for building JavaScript libraries | 58 |
techiferous/rack-gsub | Middleware for replacing text in web pages without modifying HTML tags | 3 |