Skip to content

Commit be0c187

Browse files
author
Veeck
committed
Update README
1 parent d2b2198 commit be0c187

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,20 @@ gulp.src("./manifest.json")
4646
### Note
4747
In case of such above situation, all of comment and whitespace in source file is **NOT** kept in destination file.
4848

49+
### Disable beautification
50+
51+
```javascript
52+
gulp.src("./manifest.json")
53+
.pipe(jeditor({
54+
'version': '1.2.3'
55+
},
56+
{
57+
beautify: false
58+
}))
59+
.pipe(gulp.dest("./dest"));
60+
```
61+
62+
4963
## API
5064
### jeditor(editorObject, [jsBeautifyOptions])
5165
#### editorObject

0 commit comments

Comments
 (0)