From d0d767d80b26be83736780dd6dd23ca0cae5216a Mon Sep 17 00:00:00 2001 From: Carlo Bertini Date: Sat, 23 Mar 2013 21:28:32 +0100 Subject: [PATCH] Update README.rdoc --- README.rdoc | 7 ------- 1 file changed, 7 deletions(-) diff --git a/README.rdoc b/README.rdoc index 6f6a6e18d..a424c217a 100644 --- a/README.rdoc +++ b/README.rdoc @@ -83,13 +83,6 @@ Best way to learn more about building Padrino applications is to read following * {Padrino API}[http://www.padrinorb.com/api/index.html] - YARD documentation for the Padrino framework. * {Quick Overview}[http://www.padrinorb.com/guides/basic-projects] - Outlines basic generation commands. -=== In Production - -If you modify .less and .coffee files into the admin section, you MUST recompile those files into .css and .js - - $ lessc admin.less > compiled/admin.css -x - - $ coffee --compile application.coffee The individual Padrino sub-gems also contain README's which outlines their functionality.