Skip to content

Commit 30c29a0

Browse files
committed
Review pull request #79
1 parent dac144e commit 30c29a0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -233,5 +233,6 @@ There 5 types of processors:
233233
* Fix broken inlining for scripts containing `$x`.
234234
* Upgrade `lodash` to v4 and fix template issue.
235235
* Ensure `grunt` v1.0.0 compatibility.
236+
* 0.6.1
236237
* Optimize some code parts.
237238
* Added option `basePath` allow keeping original folder structure

tasks/build-html.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -358,9 +358,8 @@ module.exports = function (grunt) {
358358
destPath, content;
359359

360360
file.src.forEach(function (src) {
361-
362361
// replace files in the same folder
363-
if (params.replac) {
362+
if (params.replace) {
364363
destPath = src;
365364
}
366365
// copy original folder structure into dest folder and compile templates

0 commit comments

Comments
 (0)