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

Asset Pipeline support refs #54 #63

Open
wants to merge 12 commits into
base: master
Choose a base branch
from
Open

Commits on Aug 5, 2012

  1. Adding digests to asset helpers.

    idearise authored and jasherai committed Aug 5, 2012
    Configuration menu
    Copy the full SHA
    4458f25 View commit details
    Browse the repository at this point in the history
  2. look up digests by theme

    idearise authored and jasherai committed Aug 5, 2012
    Configuration menu
    Copy the full SHA
    6b9accb View commit details
    Browse the repository at this point in the history
  3. get digest basename

    idearise authored and jasherai committed Aug 5, 2012
    Configuration menu
    Copy the full SHA
    828a46f View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2012

  1. Prepare code for asset pipeline. refs lucasefe#54

    * check for asset digest and store in TFR config
    
    * If asset pipeline, use theme_assets_dir config and PREPEND to
    config.asset.paths. This requires theme assets to be in a folder under
    the theme_name so as not to clobber other themes.
    
    * When gathering digested assets, fallback to the original asset if no
    digested one is available
    jasherai committed Aug 9, 2012
    Configuration menu
    Copy the full SHA
    2e56895 View commit details
    Browse the repository at this point in the history
  2. Make use of the asset pipeline. refs lucasefe#54

    * Load and override action_view when asset digests are enabled.
    
    * don't load asset_controller routes when asset pipeline is in use.
    jasherai committed Aug 9, 2012
    Configuration menu
    Copy the full SHA
    bc7b7e3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3890050 View commit details
    Browse the repository at this point in the history
  4. Add a note for including themes_for_rails in the assets group of the …

    …gemfile
    
    with this the themes assets aren't prepended to the assets.path
    jasherai committed Aug 9, 2012
    Configuration menu
    Copy the full SHA
    68ca0df View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2012

  1. Configuration menu
    Copy the full SHA
    6285ad1 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2012

  1. Don't add theme asset directories to asset_paths if it is rooted in t…

    …he default rails asset root of :root/app/assets
    jasherai committed Nov 18, 2012
    Configuration menu
    Copy the full SHA
    8c9a8d3 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2012

  1. Configuration menu
    Copy the full SHA
    51c404b View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2013

  1. Configuration menu
    Copy the full SHA
    6dbd80f View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2013

  1. Configuration menu
    Copy the full SHA
    f721305 View commit details
    Browse the repository at this point in the history