From b69ba5c470d6e37181cc8c5f32df9e43acf20832 Mon Sep 17 00:00:00 2001 From: Larron Armstead Date: Fri, 8 Jun 2012 20:08:47 -0500 Subject: [PATCH] And Again --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 457b1b0..8049624 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,14 @@ Krunch ====== -Krunch is a NodeJS module entended to help a developer quickly organize a static codebase. -Krunch will concat, minify, and uglify LESS, JS and HTML files upon file change while you build whatever it is that you're developing. -Krunch is not suited for a production environment and works best for static websites, prototyping or full Javascript based applications. -Krunch is built for speed, and watches only files that you specify in your configuration. -As of now Krunch will not watch entire directories or LESS import paths. +Krunch is a NodeJS module entended to help a developer quickly organize a static codebase. +Krunch will concat, minify, and uglify LESS, JS and HTML files upon file change while you build whatever it is that you're developing. +Krunch is not suited for a production environment and works best for static websites, prototyping or full Javascript based applications. +Krunch is built for speed, and watches only files that you specify in your configuration. +As of now Krunch will not watch entire directories or LESS import paths. Installation ------------ -via npm: npm install krunch +via npm: npm install krunch via git: git clone https://github.com/larron/krunch.git ./node_modules/krunch Configuration