preprocess icon indicating copy to clipboard operation
preprocess copied to clipboard

Added better Jade support

Open gittycat opened this issue 10 years ago • 5 comments

Jade has two comment styles: //- for comments that are to be stripped before generation to html // for comments that get converted into in the html.

The //- style comment is important in Jade and it requires the changes to the js regex that I've made.

gittycat avatar Jul 02 '15 03:07 gittycat

Nice work! It'll take time for me to merge this because I'll have to implement tests for the introduced functionality. You could help me with this if you want to.

BendingBender avatar Jul 02 '15 20:07 BendingBender

Just one thing. This pull request includes package.json change that should not be merged.

Frizi avatar Jul 06 '15 09:07 Frizi

@gittycat Can i just fork your branch and change pakcage.json back and make a pull request ? I meet some bug width jade and your idea can fix it . Thanks .

shenqihui avatar May 29 '18 02:05 shenqihui

@shenqihui it's three years old and inactive, so surely nobody will be mad at you. When you're at it, remember that Jade was renamed to pug.

Frizi avatar May 29 '18 06:05 Frizi

Done, pull request is here https://github.com/jsoverson/preprocess/pull/134 It's forked from the current master.

gittycat avatar May 29 '18 07:05 gittycat