File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -233,5 +233,6 @@ There 5 types of processors:
233
233
* Fix broken inlining for scripts containing ` $x ` .
234
234
* Upgrade ` lodash ` to v4 and fix template issue.
235
235
* Ensure ` grunt ` v1.0.0 compatibility.
236
+ * 0.6.1
236
237
* Optimize some code parts.
237
238
* Added option ` basePath ` allow keeping original folder structure
Original file line number Diff line number Diff line change @@ -358,9 +358,8 @@ module.exports = function (grunt) {
358
358
destPath , content ;
359
359
360
360
file . src . forEach ( function ( src ) {
361
-
362
361
// replace files in the same folder
363
- if ( params . replac ) {
362
+ if ( params . replace ) {
364
363
destPath = src ;
365
364
}
366
365
// copy original folder structure into dest folder and compile templates
You can’t perform that action at this time.
0 commit comments