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

Add support for CSS and HTML beautification #2

Closed
3 tasks done
evocateur opened this issue Mar 15, 2013 · 1 comment
Closed
3 tasks done

Add support for CSS and HTML beautification #2

evocateur opened this issue Mar 15, 2013 · 1 comment
Assignees

Comments

@evocateur
Copy link
Owner

In beautifier#176, a request was made to add CSS and HTML beautification, switching on file extension much like https://github.com/rickeyski/node-beautifier/blob/master/src/run-jsbeautifier.js.

I may decide to provide different executable aliases (css-beautify and html-beautify) just for simplicity. Calling js-beautify foo.html feels weird.

  • Investigate CSS- and HTML-specific options.
  • Incorporate file extension switch in makePretty method.
  • Unit tests.
@ghost ghost assigned evocateur Mar 15, 2013
evocateur pushed a commit that referenced this issue Mar 18, 2013
evocateur pushed a commit that referenced this issue Mar 18, 2013
@evocateur
Copy link
Owner Author

Derp, forgot checklist.

@evocateur evocateur reopened this Mar 18, 2013
evocateur pushed a commit that referenced this issue Oct 17, 2013
Tests for space_in_paren false that match
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant