We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Updated Hello World Example (markdown)
Updating to not use app.configure since that is a deprecated method.
It's render and not parser to include importPaths
Change the replace on pathname to use the path.sep to make it usable cross-platform
Added example for setting variables
`pathname` is not relative path
Making the replace more robust.
Fixing a bad example.
Updating the examples to show the updated syntax for 1.0.3.
Merge branch 'master' of github.com:emberfeather/less.js-middleware.wiki
Created Migration 0.1.x 0.2.0 (markdown)
Updating the replacement example for the `prefix` usage.
Updating the `prefix` conversion information.
Created Hello World Example (markdown)
Updated Migration 0.1.x 0.2.0 (markdown)
Removing the preprocessor section since that has been replaced.
Reworking the bootstrap example.
Updated Examples (markdown)
Adding link to the extending less page.
Minor Tweaks.
Pulling in the suggested changes from #87
Reordering the changed options to alphabetical.
Updating the changed options and removed option sections.
Adding and additional header.
Adding a migration page to outline some of the migration changes that need to be done.
Fixing the docs to warn about serving the entire os tmpDir.
Fixing the example for the access to the entire temp directory to be a sub-directory only. Closes #79
Updating the example for the custom paths.
Adding link to the examples page.