mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
0f77ee898a
Propshaft is an asset pipeline library for Rails. It's built for an era where bundling assets to save on HTTP connections is no longer urgent, where JavaScript and CSS are either compiled by dedicated Node.js bundlers or served directly to the browsers, and where increases in bandwidth have made the need for minification less pressing. These factors allow for a dramatically simpler and faster asset pipeline compared to previous options, like Sprockets.
7 lines
457 B
Plaintext
7 lines
457 B
Plaintext
Propshaft is an asset pipeline library for Rails. It's built for an era where
|
|
bundling assets to save on HTTP connections is no longer urgent, where
|
|
JavaScript and CSS are either compiled by dedicated Node.js bundlers or served
|
|
directly to the browsers, and where increases in bandwidth have made the need
|
|
for minification less pressing. These factors allow for a dramatically simpler
|
|
and faster asset pipeline compared to previous options, like Sprockets.
|