-
-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Description
My Gruntfile.js looks like this:
prettify: {
options: {
prettifyrc: '.prettifyrc'
}, ...
this is not working, a .prettifyrc is in the directory. If I copy the contents of the .prettifyrc and paste it to the Gruntfile.js it looks like this:
prettify: {
options: {
"indent": 4,
"indent_char": " ",
"condense": true,
"indent_inner_html": true,
"padcomments": true,
"unformatted": [
"a",
"pre"
]
}, ...
and this works!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels