From 29085979e5753598e364d282e5120ae256c90fef Mon Sep 17 00:00:00 2001 From: Martin Zimmermann Date: Mon, 26 May 2014 16:00:24 +0200 Subject: [PATCH] document jade as new (build) dependency --- Makefile | 2 +- docs/docs/install.rst | 10 +--------- 2 files changed, 2 insertions(+), 10 deletions(-) diff --git a/Makefile b/Makefile index 76bdb00..cb700e0 100644 --- a/Makefile +++ b/Makefile @@ -18,7 +18,7 @@ CSS := docs/_static/css/site.css all: man js site init: - (cd isso/js; bower install almond requirejs requirejs-text) + (cd isso/js; bower install almond requirejs requirejs-text jade) isso/js/%.min.js: $(ISSO_JS_SRC) $(ISSO_CSS) r.js -o isso/js/build.$*.js out=$@ diff --git a/docs/docs/install.rst b/docs/docs/install.rst index 1444ea1..d55091a 100644 --- a/docs/docs/install.rst +++ b/docs/docs/install.rst @@ -127,8 +127,6 @@ way to set up Isso. It requires a lot more dependencies and effort: - Virtualenv - SQLite 3.3.8 or later - a working C compiler -- Ruby 1.8 or higher -- a `SCSS `_ compiler - Node.js, `NPM `__ and `Bower `__ Get a fresh copy of Isso: @@ -152,12 +150,6 @@ Install Isso and its dependencies: ~> python setup.py develop # or `install` ~> isso run -Compilation from SCSS to CSS: - -.. code-block:: sh - - ~> make css - Install JavaScript modules: .. code-block:: sh @@ -175,7 +167,7 @@ Optimization: .. code-block:: sh - ~> npm install -g requirejs uglifyjs + ~> npm install -g requirejs uglifyjs jade ~> make js Init scripts