docpad-plugin-roole
Advanced tools
Comparing version 1.0.1 to 1.0.2
## History | ||
- v1.0.2 Feb 15, 2013 | ||
- Refactoring(Delete the unnecessary logic) | ||
- v1.0.1 Feb 14, 2013 | ||
@@ -4,0 +6,0 @@ - Refactoring(Delete the unnecessary logic) |
@@ -26,3 +26,3 @@ // Generated by CoffeeScript 1.4.0 | ||
inExtension = opts.inExtension, outExtension = opts.outExtension, content = opts.content; | ||
if (inExtension === 'roo' && (outExtension === 'css' || outExtension === null)) { | ||
if (inExtension === 'roo' && outExtension === 'css') { | ||
roole = require('roole'); | ||
@@ -29,0 +29,0 @@ return roole.compile(content, this.config, function(err, output) { |
{ | ||
"name": "docpad-plugin-roole", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Adds support for the Roole CSS pre-processor to DocPad", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/georgeosddev/docpad-plugin-roole", |
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
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
4115