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.
- Host: GitHub
- URL: https://github.com/efficiently/larasset-js
- Owner: efficiently
- License: mit
- Created: 2014-10-22T09:01:33.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2016-02-05T12:59:52.000Z (about 10 years ago)
- Last Synced: 2025-03-15T05:47:47.367Z (about 1 year ago)
- Language: JavaScript
- Size: 15.6 KB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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.