webplatform / www.webplatform.org

Static content published at www.webplatform.org that aren't managed by a content management system.
http://docs.webplatform.org/wiki/WPD:Projects/Homepage
21 stars 12 forks source link

Fix DocPad and Compass compilation conflicts #9

Open renoirb opened 10 years ago

renoirb commented 10 years ago

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