webplatform/www.webplatform.org

Fix DocPad and Compass compilation conflicts

renoirb opened this issue · 0 comments

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`.