From fcacceb7e1d2716ff54d4d5dc70c14d61ac7498e Mon Sep 17 00:00:00 2001 From: Adam Shaw Date: Mon, 11 Mar 2013 02:19:47 -0700 Subject: [PATCH] update readme's dev flow instructions --- readme.md | 17 ++++------------- 1 file changed, 4 insertions(+), 13 deletions(-) diff --git a/readme.md b/readme.md index e139959..11e8726 100644 --- a/readme.md +++ b/readme.md @@ -28,23 +28,14 @@ Enter the directory and install FullCalendar's development dependencies: cd fullcalendar && npm install -Development Workflow --------------------- +Building +-------- -After you make code changes, you'll want to compile the JS/CSS so that it can be previewed from the tests and demos. -You can either manually rebuild each time you make a change: - - grunt dev - -Or, you can run a command that automatically rebuilds whenever you save a source file: - - grunt watch - -When you are finished, run the following command to write the distributable files into the `./build/out/` directory: +To build a concatenated, minified version of FullCalendar in the ./build/out/fullcalendar/ directory, run: grunt -If you want to clean up the generated files run: +If you want to clean up the generated files, run: grunt clean