Skip to content

Commit

Permalink
Fix heading hierarchy in Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
knuton committed Mar 16, 2012
1 parent e232900 commit 5fbfed1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
@@ -1,11 +1,11 @@
play-stylus
-----------
===========

[stylus] [1] asset handling for [Play 2.0] [2], implemented as an [sbt] [3]
plugin (very similar to Play's handling of CoffeeScript and LESS).

Prerequisites
=============
-------------

The plugin assumes the availability of the `stylus` executable. With
node.js and npm installed, run
Expand All @@ -16,7 +16,7 @@ to install stylus globally, thereby installing not only the module, but
also the executable.

Installation
============
------------

In your Play application folder, add

Expand All @@ -27,14 +27,14 @@ to `project/plugins.sbt`.
The plugin automatically registers for compilation of `app/assets/**/*.styl`, that is all stylus files in your `app/assets` directory.

sbt settings
============
------------

- `compile:resource-generators`: The stylus file watcher is beind added here
- `play-stylus-entry-points`: All files matching `app/assets/**/*.styl`, except files starting in an underscore
- `play-stylus-options`: Currently not in use

License
=======
-------

Copyright (c) 2012 Johannes Emerich

Expand Down

0 comments on commit 5fbfed1

Please sign in to comment.