An open API service indexing awesome lists of open source software.

https://github.com/efficiently/larasset-js

Asset packaging system that concatenates and serves JavaScript, CSS... for Larasset package.
https://github.com/efficiently/larasset-js

Last synced: about 1 year ago
JSON representation

Asset packaging system that concatenates and serves JavaScript, CSS... for Larasset package.

Awesome Lists containing this project

README

          

Larasset-JS
===========

Asset packaging system that concatenates and serves JavaScript, CSS... for [Larasset](https://github.com/efficiently/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](https://github.com/efficiently/larasset) package which is a [Laravel](http://laravel.com) PHP framework extension.

For more a complete description of this module, you can read the Wiki docs of **Larasset**:
* The [Asset Pipeline](https://github.com/efficiently/larasset/wiki/Asset-pipeline) Guide
* [Working with Ajax/JavaScript in Laravel](https://github.com/efficiently/larasset/wiki/Working-with-JavaScript-and-Larasset) Guide

For **[Laravel 5](http://laravel.com/docs/5.0)** support see [Larasset-JS 1.2 branch](https://github.com/efficiently/larasset-js/tree/1.2)

Credits
-------

* The original [Asset Pipeline](https://github.com/rails/sprockets-rails) (Sprockets) from the Ruby on Rails framework.
* A Node.js port of the Asset Pipeline: [Mincer](https://github.com/nodeca/mincer)
* A PHP port of the [Asset Pipeline](https://github.com/CodeSleeve/asset-pipeline)

Acknowledgements
----------------

Released under the MIT License.

#### This is beta-quality software
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.