Skip to content

Fix DocPad and Compass compilation conflicts #9

Open
@renoirb

Description

@renoirb

At this time, the build process creates conflicts on SASS files. Both DocPad and Compass/SASS copies files and it creates problems.

Details

Compass is taking care to compile SASS files from sass/. It is configured to write to src/documents/assets/css/. You can configure Compass to watch files for you and copy them in the src/ folder. Technically DocPad should detect changes in src/documents/ and refresh the equivalent files in out/. Which is not always the case.

Symptoms

  • When running docpad run, if I make a change to a file in src/documents/ it doesnt refresh on the preview server`.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions