1
0
Fork 0
mirror of https://github.com/haml/haml.git synced 2022-11-09 12:33:31 -05:00
Commit graph

19 commits

Author SHA1 Message Date
Takashi Kokubun
227a81d5fb Create temple skelton 2015-10-24 20:32:19 +09:00
Takashi Kokubun
7b9bc4b4ad Full scratch 2015-10-06 21:14:09 +09:00
Takashi Kokubun
86855bc8be Call to_s only for SafeBuffer before escaping 2015-04-12 23:45:58 +09:00
Takashi Kokubun
768617f2f0 Drop html pretty mode 2015-04-12 18:53:59 +09:00
Takashi Kokubun
beea20a761 Implement conditional html comment 2015-03-29 09:52:35 +09:00
Takashi Kokubun
a5ae2d264b Refactor whitespace preservation 2015-03-29 00:18:58 +09:00
Takashi Kokubun
fe4974f77c Parse inner whitespace removal 2015-03-29 00:07:41 +09:00
Takashi Kokubun
33b995a560 Implement whitespace preservation 2015-03-28 20:49:08 +09:00
Takashi Kokubun
9a27efe8cf Hamlit::Filter is no longer used 2015-03-28 20:09:18 +09:00
Takashi Kokubun
c91944b307 Merge AttributeCompiler into Compiler 2015-03-28 20:03:50 +09:00
Takashi Kokubun
c6465523cc Merge NewAttributeCompiler into Compiler 2015-03-28 19:40:29 +09:00
Takashi Kokubun
5f3d242df7 Merge AttributeSorter into Compiler 2015-03-28 19:21:52 +09:00
Takashi Kokubun
b4c5158936 Do not include Compilers-specific code in Compiler
By the way, I want to use ActiveSupport::Concerns to make the included
class_eval code cleaner.
2015-03-28 19:17:32 +09:00
Takashi Kokubun
cfefec3cb0 Merge DynamicFormatter into Compiler 2015-03-28 18:37:35 +09:00
Takashi Kokubun
9d1c9d8b68 Merge FilterCompiler into Compiler 2015-03-28 18:24:21 +09:00
Takashi Kokubun
50ea96a6f7 Merge TextCompiler into Compiler 2015-03-28 18:02:55 +09:00
Takashi Kokubun
338195f64a Merge ScriptCompiler into Compiler 2015-03-28 17:56:00 +09:00
Takashi Kokubun
2f7857c03b Merge DoctypeCompiler into Compiler 2015-03-28 17:46:49 +09:00
Takashi Kokubun
2c9dc63bde Create Hamlit::Compiler 2015-03-28 17:43:56 +09:00