Skip to content

Commit

Permalink
Update doc/frontend-development.rst
Browse files Browse the repository at this point in the history
CKAN 2.0 less documents do not work with the latest version of less
(1.3.1) therefore I've updated the documentation to only install the
supported version (1.3.0).

I'm working on fixing the actual documents to work in 1.3.1 now.
  • Loading branch information
johnmartin committed Oct 18, 2012
1 parent 372c73f commit 97a7f85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/frontend-development.rst
Expand Up @@ -40,7 +40,7 @@ We also need nodewatch.

::

$ npm install less nodewatch
$ npm install less@1.3.0 nodewatch

A watcher script can then be used to compile the CSS whenever the LESS
changes:
Expand Down

0 comments on commit 97a7f85

Please sign in to comment.