Skip to content

Tags: shnhrrsn/laravel-assets

Tags

v2.0.3

Toggle v2.0.3's commit message
Fixed bug in ProcessCompiler where it would prefer system $PATH value…

…s over config defined

v2.0.2

Toggle v2.0.2's commit message
Fixed ServiceProvider to merge default config recursively

v2.0.1

Toggle v2.0.1's commit message
Fixed bug in ScssCompiler that would pass the wrong include_path argu…

…ments to gem-based scss

v2.0.0

Toggle v2.0.0's commit message
Updated README

v1.2.4

Toggle v1.2.4's commit message
Broke up UnpublishCommand to be more extendable

v1.2.3

Toggle v1.2.3's commit message
Updated PublishCommand to be a bit more flexible for subclassing

v1.2.2

Toggle v1.2.2's commit message
Quick fix for minor bug introduced in 6e5fc29

v1.2.1

Toggle v1.2.1's commit message
Updated JavascriptCompiler to take advantage of new compile() method:

* If not minifying, the path contents are simply returned instead of invoking overhead of Process and cat-ing contents
* When minifying, uglifyjs can now be invoked directly

v1.2

Toggle v1.2's commit message
Updated for Laravel 5.2

v1.1.1

Toggle v1.1.1's commit message
Merge pull request #2 from saverio/master

Location of cat binary has changed on OS X and fixed a JS compile bug.