Skip to content

Don't hardcode the paths to inputs and outputs #13

Description

@cargocultprogramming

Currently the plugin hardcodes the css input as input_file_path = os.path.join(project_root, "input.css") and similarly the output path as the output folder.

This will cause issues for example when these paths are defined differently in the pelican conf. It also prevents pelican --autoreload from picking up changes in input.css with default settings.

Proposed solution: Allow input and output paths to be configured in the TAILWIND dict.

Also: Kudos for using the tailwind binary! So much cleaner than npm!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions