docpad-plugin-less
Advanced tools
Comparing version 2.0.0 to 2.0.1
@@ -23,3 +23,3 @@ // Generated by CoffeeScript 1.3.3 | ||
inExtension = opts.inExtension, outExtension = opts.outExtension, templateData = opts.templateData, file = opts.file; | ||
if (inExtension === 'less' && outExtension === 'css') { | ||
if (inExtension === 'less' && (outExtension === 'css' || outExtension === null)) { | ||
path = require('path'); | ||
@@ -26,0 +26,0 @@ less = require('less'); |
{ | ||
"name": "docpad-plugin-less", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "Adds support for the LessCSS pre-processor to DocPad.", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/bevry/docpad-extras", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Non-existent author
Supply chain riskThe package was published by an npm account that no longer exists.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
3460
1