diff --git a/lib/commonplace.js b/lib/commonplace.js index 8482ed4..3ff6836 100644 --- a/lib/commonplace.js +++ b/lib/commonplace.js @@ -716,6 +716,11 @@ function fiddle() { } function callback_clean() { + // Copy `.dist` files to their destinations. + init(proj_src, callback_init); + } + + function callback_init() { // Compile the assets for the project. build_includes(proj_src, callback_includes); }