-
Notifications
You must be signed in to change notification settings - Fork 38
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
Optimize rendering #33
Closed
Closed
Changes from 6 commits
Commits
Show all changes
34 commits
Select commit
Hold shift + click to select a range
8b20da9
Put markdeck revealjs adjustments in a markdeck theme
jceb ccc8aee
Hide box-shadow around emojis
jceb 87bb47a
Remove duplicate plantuml.jar integration
jceb 87db390
Remove duplicate img.emoji theming
jceb 058d804
Support creation of custom revealjs themes through files in assets/cs…
jceb 1e4fffd
Add header and footer elements that can be styled by themes
jceb b7f04d3
Show display controls in speaker notes always
jceb b0aa50d
Include favicon from user's theme folder
jceb 5d96146
Convert bash script to Makefile
jceb 5f8c0c8
Replace make variables with shell variables
jceb ab23ab1
Combine multiple rsync calls into one
jceb 17c6cf4
Reduce wait time of liveserver to 50 milliseconds
jceb 863abb0
Move temporary files into .meta/
jceb af3bf1d
Move rendered folder to assets/rendered
jceb c8115f3
Don't sync explain.html
jceb e30d122
Fix reference point for wait-for-changes and add inotify target
jceb cd5bc43
Simplify loop
jceb 00933ae
Rename wait-for-changes target and make it PHONY
jceb eaa633f
Rename default target from all to build
jceb 6944eea
Add missing sass dependency
jceb 9540c1d
Merge branch 'master' into optimize_rendering
arnehilmann 099da2f
Fix typo
jceb c2cb6c1
Create reference point for wait changes before the build run
jceb 2bdc92e
Add option fragmentsInURL
jceb aa52136
Support columns configuration from pandoc documentation
jceb fa63940
Delete duplicate empty line
jceb b04f456
Set MARKDECK_USER for pdf and standalone to ensure write access
b976b80
Improve error detection if pdf rendering fails
6665eba
Unify error messages to start with an uppercase letter and end with a…
ac80512
Delete debug information
8191989
Add more information about the reason for skipping PDF rendering
88526c5
Deactivate markdeckFooter by default
7335b38
Increase heading font sizes in default theme to make it them readable
b61b44c
Hide list style if requested
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why not /target/index.html?
With index.html as target, you also detect changes that happened before wait-for-changes was called.