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

[WIP] Initial implementation of asset serving in DashR #64

Merged
merged 28 commits into from
Apr 9, 2019
Merged

Commits on Mar 20, 2019

  1. 🔨 update generate_css_dist_html to support locally served CSS

    Ryan Patrick Kyle committed Mar 20, 2019
    Configuration menu
    Copy the full SHA
    25bb34b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    16759b4 View commit details
    Browse the repository at this point in the history
  3. ✨ add initial support for asset serving

    Ryan Patrick Kyle committed Mar 20, 2019
    Configuration menu
    Copy the full SHA
    a642a1c View commit details
    Browse the repository at this point in the history
  4. 👕 fix hanging whitespace

    Ryan Patrick Kyle committed Mar 20, 2019
    Configuration menu
    Copy the full SHA
    f25952c View commit details
    Browse the repository at this point in the history
  5. change default for static_folder to 'static'

    Ryan Patrick Kyle committed Mar 20, 2019
    Configuration menu
    Copy the full SHA
    fe32e15 View commit details
    Browse the repository at this point in the history
  6. 🐛 insert missing parenthesis

    Ryan Patrick Kyle committed Mar 20, 2019
    Configuration menu
    Copy the full SHA
    5a773a6 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2019

  1. 🔨 refactor index tag generation to avoid 💩

    Ryan Patrick Kyle committed Mar 21, 2019
    Configuration menu
    Copy the full SHA
    2de3fc8 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2019

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

Commits on Apr 5, 2019

  1. version bump to 0.0.6

    Ryan Patrick Kyle committed Apr 5, 2019
    Configuration menu
    Copy the full SHA
    8e4e2cf View commit details
    Browse the repository at this point in the history
  2. 🔪 remove static_folder

    Ryan Patrick Kyle committed Apr 5, 2019
    Configuration menu
    Copy the full SHA
    16c4efa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8b0b7cf View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2019

  1. asset serving now supports distinct asset paths and folders

    Ryan Patrick Kyle committed Apr 7, 2019
    Configuration menu
    Copy the full SHA
    fd821fd View commit details
    Browse the repository at this point in the history
  2. ✨ added favicon support

    Ryan Patrick Kyle committed Apr 7, 2019
    Configuration menu
    Copy the full SHA
    74392b1 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2019

  1. 🔪 dash-app-stylesheets

    Ryan Patrick Kyle committed Apr 8, 2019
    Configuration menu
    Copy the full SHA
    3a26274 View commit details
    Browse the repository at this point in the history
  2. 🔪 dash-css export

    Ryan Patrick Kyle committed Apr 8, 2019
    Configuration menu
    Copy the full SHA
    cdf36ac View commit details
    Browse the repository at this point in the history
  3. 🔪 css.R

    Ryan Patrick Kyle committed Apr 8, 2019
    Configuration menu
    Copy the full SHA
    9c3169a View commit details
    Browse the repository at this point in the history
  4. 🔪 htmltools.R example

    Ryan Patrick Kyle committed Apr 8, 2019
    Configuration menu
    Copy the full SHA
    6a56f72 View commit details
    Browse the repository at this point in the history
  5. 🔪 examples, will replace

    Ryan Patrick Kyle committed Apr 8, 2019
    Configuration menu
    Copy the full SHA
    3861153 View commit details
    Browse the repository at this point in the history
  6. updated R documentation

    Ryan Patrick Kyle committed Apr 8, 2019
    Configuration menu
    Copy the full SHA
    f85d553 View commit details
    Browse the repository at this point in the history
  7. 🔪 dash_css.Rd

    Ryan Patrick Kyle committed Apr 8, 2019
    Configuration menu
    Copy the full SHA
    fe542cb View commit details
    Browse the repository at this point in the history
  8. 🔪 outdated roxygen documentation statements

    Ryan Patrick Kyle committed Apr 8, 2019
    Configuration menu
    Copy the full SHA
    6b8687d View commit details
    Browse the repository at this point in the history
  9. updated online help

    Ryan Patrick Kyle committed Apr 8, 2019
    Configuration menu
    Copy the full SHA
    696523b View commit details
    Browse the repository at this point in the history
  10. 🐛 fix issues with documentation not rendering correctly

    Ryan Patrick Kyle committed Apr 8, 2019
    Configuration menu
    Copy the full SHA
    8afced3 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2019

  1. 🐛 change NULL to double quotes when not serving favicon

    Ryan Patrick Kyle committed Apr 9, 2019
    Configuration menu
    Copy the full SHA
    2b299a8 View commit details
    Browse the repository at this point in the history
  2. updated DESCRIPTION

    Ryan Patrick Kyle committed Apr 9, 2019
    Configuration menu
    Copy the full SHA
    f603cd4 View commit details
    Browse the repository at this point in the history
  3. removed unneeded codeblock

    Ryan Patrick Kyle committed Apr 9, 2019
    Configuration menu
    Copy the full SHA
    b23ff9b View commit details
    Browse the repository at this point in the history
  4. add missing comma in warning

    Ryan Patrick Kyle committed Apr 9, 2019
    Configuration menu
    Copy the full SHA
    5c4e23f View commit details
    Browse the repository at this point in the history
  5. add check for character(0)

    Ryan Patrick Kyle committed Apr 9, 2019
    Configuration menu
    Copy the full SHA
    756954f View commit details
    Browse the repository at this point in the history