From 0cd040e6112c3d0ce17881e767336f89cb6e5e5f Mon Sep 17 00:00:00 2001 From: Robin Millette Date: Wed, 22 Jul 2015 00:30:44 -0400 Subject: [PATCH] Update compile.md Added a note about compiling everything that is public (not hidden by a _ prefix). Not sure about the wording or if it should warrant its own paragraph and level 2 header. --- public/docs/environment/compile.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/docs/environment/compile.md b/public/docs/environment/compile.md index a316c44..d7975bb 100644 --- a/public/docs/environment/compile.md +++ b/public/docs/environment/compile.md @@ -48,7 +48,7 @@ harp compile ~/apps/example ~/Desktop/backup **Note** The backup folder is automatically created and is assumed to be empty. - +**Note** To prevent files from being compiled and deploy, put them in a private directory (starting with _) or put them above your public/ directory if you are using the framework file layout. Helps when pulling in Boostrap through bower and you're using either less or sass versions, for instance.