Skip to content

reference to .jsprettifyrc is not working #16

@dasois

Description

@dasois

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions