-
TODO:
- [x] Add Logging APIs to Beautifier class
- [x] Merge methods from logger into Beautifier class
- [x] silly
- [x] debug
- [x] verbose
- [x] info
- [x] warn
- [x] error…
-
Hi,
Useful package! All works fine except HTML.ERB.
Whenever I save an HTML.ERB it REMOVES all my code and replaces it with this error:
```
/Users/Jan/.rvm/gems/ruby-2.1.2/gems/htmlbeautifier-1.1.0…
-
Apologies in advance if this is the wrong way to start this discussion, but I couldn't find a more suitable forum or ML to discuss this on...
Now that tagged template strings will be part of ES6, is …
-
``` html
h3 {
color: green;
}
{ opts.title }
{ item }
Add #{ items.length + 1 }
this.ite…
-
I have been playing around with the library. I am trying to use their JSX syntax, and was just wondering how you guys get it to play nicely with jslint/jshint?
JSLint obviously does not like the JSX…
-
Server code, client JS and HTML are all compiler-verified in Scala, leaving CSS is the last part of my webapp mega-project where I feel unsafe that it always works and is maintainable.
What are the p…
-
Hey guys,
Your product rocks. Keep up the great work!
I'm trying to host my own Codebox instances in Docker containers behind a transparent routing proxy, and I'm having trouble getting the applicat…