Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 1.17 KB

CONTRIBUTING.md

File metadata and controls

37 lines (23 loc) · 1.17 KB

Contributing

For general contributing guidelines, see the Contributing Guide on DoneJS.com.

Project Organization

steal-less
├── docs                 # Documentation compatible with bit-docs website generator.
├── less-engine-node.js  # Bootstraps the Less engine for a Node environment.
├── less-engine.js       # Bootstraps the Less engine for a browser environment.
├── less.js              # Interfaces with the Less engine.
└── test                 # Tests for the plugin (look here to get an idea of how to use).

Developing Locally

Installing the dependencies

Install the packages defined in package.json:

npm install

Running the tests

Tests are located in test, at the root of this repo.

To run the tests, execute the test script defined in package.json:

npm test

Getting Help

Our forums and Slack (#stealjs channel) are the best places to ask questions.