For general contributing guidelines, see the Contributing Guide on DoneJS.com.
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).
Install the packages defined in package.json
:
npm install
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
Our forums and Slack (#stealjs channel) are the best places to ask questions.