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

[mod] manage: add themes.live command (rebuild on modification) #664

Merged
merged 3 commits into from
Jan 4, 2022

Commits on Dec 29, 2021

  1. [mod] manage: add themes.live command (rebuild on modification)

    To have a live build while editing the HTML client of a theme.  The first
    argument of the command is the theme name:
    
        ./manage themes.live simple
    
    Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
    return42 committed Dec 29, 2021
    Configuration menu
    Copy the full SHA
    edfd069 View commit details
    Browse the repository at this point in the history
  2. [fix] remove leftover from 59f4c79

    Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
    return42 committed Dec 29, 2021
    Configuration menu
    Copy the full SHA
    1706b13 View commit details
    Browse the repository at this point in the history
  3. [mod] live build of a theme: LIVE_THEME=simple make run

    Environment variable to get live builds while modifying CSS & JS of a theme::
    
        LIVE_THEME=simple make run
    
    Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
    return42 committed Dec 29, 2021
    Configuration menu
    Copy the full SHA
    c7f2740 View commit details
    Browse the repository at this point in the history