Comparing version 1.0.5 to 1.0.6
@@ -51,7 +51,7 @@ var path = require('path'), | ||
/* | ||
* All processors for JSP pages will handle JSP pages too | ||
* See #7 | ||
* All processors for JSP pages will handle JSPF and TPL pages too | ||
* See #7 and #47 | ||
*/ | ||
PROCESSORS.jspf = PROCESSORS.jsp; | ||
PROCESSORS.jspf = PROCESSORS.tpl = PROCESSORS.jsp; | ||
@@ -64,3 +64,3 @@ function list(value) { | ||
.option('-f, --file [file name]', 'The file(s) to process.', list) | ||
.option('-e, --ext [file extensions]', 'The file extensions which should be processed. Defaults to "js, jsp, jspf, css".', function(value) { | ||
.option('-e, --ext [file extensions]', 'The file extensions which should be processed. Defaults to "js, jsp, jspf, css, tpl".', function(value) { | ||
value = value.split(','); | ||
@@ -73,3 +73,3 @@ | ||
); | ||
}, ['js', 'jsp', 'jspf', 'css']) | ||
}, ['js', 'jsp', 'jspf', 'css', 'tpl']) | ||
.version(version) | ||
@@ -76,0 +76,0 @@ .parse(process.argv); |
{ | ||
"name": "laut", | ||
"description": "Upgrade plugins/themes from Liferay Portal 6.1 to 6.2", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"author": { | ||
@@ -6,0 +6,0 @@ "name": "Iliyan Peychev", |
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
119402
51