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

Fix asset host support & improve output path #397

Merged
merged 8 commits into from
May 18, 2017

Commits on May 17, 2017

  1. Allow output path to be customized and distinct from entry path

    And fix asset hosts
    javan committed May 17, 2017
    Configuration menu
    Copy the full SHA
    70eace2 View commit details
    Browse the repository at this point in the history
  2. Use computed asset host

    `config.action_controller.asset_host` won’t work when:
    * It’s a Proc
    * It’s nil (the application may set `ActionController::Base.asset_host` directly)
    javan committed May 17, 2017
    Configuration menu
    Copy the full SHA
    28fc868 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2017

  1. Appease the linters

    javan committed May 18, 2017
    Configuration menu
    Copy the full SHA
    4ae0faf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2a94cdf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1a778af View commit details
    Browse the repository at this point in the history
  4. Remove unintended config change

    javan committed May 18, 2017
    Configuration menu
    Copy the full SHA
    c07dc9b View commit details
    Browse the repository at this point in the history
  5. gitignore test app logs

    javan committed May 18, 2017
    Configuration menu
    Copy the full SHA
    b3732f3 View commit details
    Browse the repository at this point in the history
  6. Add changelog entry

    javan committed May 18, 2017
    Configuration menu
    Copy the full SHA
    cc0dfb5 View commit details
    Browse the repository at this point in the history