prettydiff icon indicating copy to clipboard operation
prettydiff copied to clipboard

Beautifier and language aware code comparison tool for many languages. It also minifies and a few other things.

Results 49 prettydiff issues
Sort by recently updated
recently updated
newest added

When deploying compressed CSS, responsive display is broken. Media Query at that time is this. `@media screen and(max-width:768px) {}` It worked fine if I cured this. Insert a space after...

# Source ``` Thingy here, possibly with collapse attached. ``` ## Result ```

Having read the above description in the documentation I assumed I could use prettydiff as a plug-in replacement for the Unix diff in a separate program that expects diff output...

I've tested online version for jinja and twig and i see it auto add space between {{ and }} for variables. What's the option to it?

Question

### Source ``` {% for term in post.get_terms('post_tag') %} {{ term.name }}{% if not loop.last %}, {% endif %} {% endfor %} ``` ### Result after beautify ``` {% for...

## 1. Hash ### Source ` {% include 'any.twig' with { 'foo':bar} %}` ### Expected ` {% include 'any.twig' with { 'foo': bar } %}` ### Result `{% include 'any.twig'...

Enhancement

Response to #608. - **Add Typescript as a dev dependency** Main revision. Add `typescript` to dev dependencies and move `@types` there, too. - **Add post-install script** Add a script to...

The link associated with the text "browser demo" at https://github.com/prettydiff/prettydiff/blob/master/readme.md should be https://github.com/prettydiff/prettydiff/blob/master/tests/browser.html not https://github.com/prettydiff/prettydiff/blob/master/test/browser.html That is, `test` should be `tests`

Defect

Documentation and commands expect the latest version of Typescript to be installed as a global dependency. On other projects, Typescript is used as a dev dependency to output JavaScript files...

Question

Playing around with this idea. Users of Liquid (for example) use this language in combination with JavaScript, while not something anyone recommends it's common practice. Trying to beautify Liquid and...

Enhancement