Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 649 Bytes

README.md

File metadata and controls

29 lines (20 loc) · 649 Bytes

Laminas API Tools Assets

This directory contains build tools and assets for the api-tools module. CSS in this directory is primarily geared towards projects started with the api-tools-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 api-tools/css/main.less.
  • Check in your changes when done, and crate a pull request.