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

Commits on Nov 10, 2013

  1. Added ability to directly minify and then output css and js using the…

    …ir respective output methods.
    Abdullah Hasan committed Nov 10, 2013
    Configuration menu
    Copy the full SHA
    fa23985 View commit details
    Browse the repository at this point in the history
  2. Functionality changes including:

    - 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.
    Abdullah Hasan committed Nov 10, 2013
    Configuration menu
    Copy the full SHA
    c6b1ca7 View commit details
    Browse the repository at this point in the history