You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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`.
The text was updated successfully, but these errors were encountered:
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 tosrc/documents/assets/css/
. You can configure Compass to watch files for you and copy them in thesrc/
folder. Technically DocPad should detect changes insrc/documents/
and refresh the equivalent files inout/
. Which is not always the case.Symptoms
docpad run
, if I make a change to a file insrc/documents/
it doesnt refresh on the preview server`.The text was updated successfully, but these errors were encountered: