Asset packaging system that concatenates and serves JavaScript, CSS... for Larasset package.
The asset pipeline provides a framework to concatenate and minify or compress JavaScript and CSS assets. It also adds the ability to write these assets in other languages and pre-processors such as CoffeeScript, LESS and EJS.
This module is used by the Larasset package which is a Laravel PHP framework extension.
For more a complete description of this module, you can read the Wiki docs of Larasset:
- The Asset Pipeline Guide
- Working with Ajax/JavaScript in Laravel Guide
For Laravel 5 support see Larasset-JS 1.2 branch
- The original Asset Pipeline (Sprockets) from the Ruby on Rails framework.
- A Node.js port of the Asset Pipeline: Mincer
- A PHP port of the Asset Pipeline
Released under the MIT License.
It works well according to our tests. The internal API may change and other features will be added. We are working to make Larasset-JS production quality software.