Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Beautify on handlebars = Beautification in progress. #110

Closed
ncoquelet opened this issue Oct 1, 2014 · 3 comments
Closed

Beautify on handlebars = Beautification in progress. #110

ncoquelet opened this issue Oct 1, 2014 · 3 comments
Assignees
Labels

Comments

@ncoquelet
Copy link

Atom 0.133.0 on windows 7
Beautify 0.13.2

Hi,

When i want to beautify a handlebars template files (.hbs), a popup come on the top of editor with the message "Beautification in progress." and never disappear !
File stay unchanged and i need to hide the popup.

Thanks

@Glavin001
Copy link
Owner

Could you provide some sample Handlebars code that I could test for myself and reproduce the bug?

@Glavin001 Glavin001 self-assigned this Oct 1, 2014
@Glavin001 Glavin001 added the bug label Oct 1, 2014
@ncoquelet
Copy link
Author

Sure
Any files identify as Handlebars syntax by atom, produce this bug.
Switch to HTML syntax fix this bug.

In details :
.hbs, .hbr, .handlebars, .html files identify as handlebars syntax > bug
.hbs, .hbr, .handlebars, .html files identify as html syntax > no bug

Thanks

handlebars sample file : loading.hbs

<div class="row" id="loading-wrapper">
    <div class="col-md-12 text-center">
        <p>
            <h1><i class="fa fa-cog fa-spin-sp"></i> {{t 'COMMON.WAITING.MESSAGE'}}</h1>
        </p>
    </div>
</div>

@Glavin001
Copy link
Owner

Published to v0.13.4, please let me know if this works for you. Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants