From 254226a0b5f47e42a57e999a6500a292ce2b1c18 Mon Sep 17 00:00:00 2001 From: Prathamesh Sonpatki Date: Sun, 26 Apr 2015 12:08:48 +0530 Subject: [PATCH] Mark assets pipeline guide as "Work in progress" [ci skip] - As per https://github.com/rails/rails/issues/19835#issuecomment-95041261 assets pipeline guide needs to be rewritten for Sprockets 3. - So this commit marks the guide as WIP for now. --- guides/source/documents.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/guides/source/documents.yaml b/guides/source/documents.yaml index 7ae3640937735..dc079f2b160f3 100644 --- a/guides/source/documents.yaml +++ b/guides/source/documents.yaml @@ -106,6 +106,7 @@ description: This guide covers the command line tools and rake tasks provided by Rails. - name: Asset Pipeline + work_in_progress: true url: asset_pipeline.html description: This guide documents the asset pipeline. -