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
Show file tree
Hide file tree
Changes from 7 commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
25bb34b
:hammer: update generate_css_dist_html to support locally served CSS
Mar 20, 2019
16759b4
:sparkles: add generate_js_dist_html function, refactor to call it in…
Mar 20, 2019
a642a1c
:sparkles: add initial support for asset serving
Mar 20, 2019
f25952c
:tshirt: fix hanging whitespace
Mar 20, 2019
fe32e15
change default for static_folder to 'static'
Mar 20, 2019
5a773a6
:bug: insert missing parenthesis
Mar 20, 2019
2de3fc8
:hammer: refactor index tag generation to avoid :hankey:
Mar 21, 2019
b7676b7
Add mime package to list of imports
rpkyle Mar 22, 2019
8e4e2cf
version bump to 0.0.6
Apr 5, 2019
16c4efa
:hocho: remove static_folder
Apr 5, 2019
8b0b7cf
Merge branch 'master' into 0.0.5
rpkyle Apr 5, 2019
fd821fd
asset serving now supports distinct asset paths and folders
Apr 7, 2019
74392b1
:sparkles: added favicon support
Apr 7, 2019
3a26274
:hocho: dash-app-stylesheets
Apr 8, 2019
cdf36ac
:hocho: dash-css export
Apr 8, 2019
9c3169a
:hocho: css.R
Apr 8, 2019
6a56f72
:hocho: htmltools.R example
Apr 8, 2019
3861153
:hocho: examples, will replace
Apr 8, 2019
f85d553
updated R documentation
Apr 8, 2019
fe542cb
:hocho: dash_css.Rd
Apr 8, 2019
6b8687d
:hocho: outdated roxygen documentation statements
Apr 8, 2019
696523b
updated online help
Apr 8, 2019
8afced3
:bug: fix issues with documentation not rendering correctly
Apr 8, 2019
2b299a8
:bug: change NULL to double quotes when not serving favicon
Apr 9, 2019
f603cd4
updated DESCRIPTION
Apr 9, 2019
b23ff9b
removed unneeded codeblock
Apr 9, 2019
5c4e23f
add missing comma in warning
Apr 9, 2019
756954f
add check for character(0)
Apr 9, 2019
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading