Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ability to on the fly minify and output css and js using their ... #2

Closed
wants to merge 2 commits into from
Closed

Conversation

Xees
Copy link

@Xees Xees commented Nov 10, 2013

...respective output methods.

This enables you to directly minify css using the Asset::css() method, and directly minify and output js using the Asset::js() method.

For example in your laravel 4 view file, you could simply add Asset::css($myAssets); and it will minify and output the given css directly in the view.

Abdullah Hasan added 2 commits November 10, 2013 06:30
- removal of Assets::add() method {Now you will have to use Assets::addJs() and Assets::addCss() or simply add directly via Assets::js() or Assets::css()}
- removal of autoload, and collections functionality.
@Xees Xees closed this Nov 10, 2013
@Xees
Copy link
Author

Xees commented Nov 10, 2013

This will be in my own fork, as i had to change many things in order to get it working for my own needs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant