Apigility Assets
================

This directory contains build tools and assets for the zf-apigility module. CSS
in this directory is primarily geared towards projects started with the
zf-apigility-skeleton to ensure that they have some reasonable styling and user
interface.

Contributing
------------

### Prerequisites

- node.js and npm
- bower
- grunt

### Preparing to contribute

- `npm install`
- `bower install`

At this point, you will have all necessary dependencies. 

### Making changes

- Run `grunt watch`.
- Edit and save changes in `zf-apigility/css/main.less`.
- Check in your changes when done, and crate a pull request.
