letsgetrandy / DICSS

Directly injected CSS
http://letsgetrandy.github.io/DICSS/
MIT License
1.35k stars 72 forks source link

Does DICSS need to be slipped in between TITS? #58

Open leaumar opened 8 years ago

leaumar commented 8 years ago

I want to use Text Inspection & Transformation Sequence on my js sources, to prettify it before showing it to the world. As you know, it encompasses 2 big builds: the Inspection stage and Transformation stage.

I've found that I need to slip my DICSS code into the source files right in between the 2 big build stages, using a preprocessor like Grunt. If I insert DICSS anywhere but in the middle of them, it seems to get bounced off by the TITS build and the whole job even fails, leaving DICSS out entirely.

However, even if I slip it in right in the middle of the builds, it still sometimes gets pushed back out, especially if the builds are on the large/heavy side.

TL, DR: DICSS seems to be a slippery thing when using TITS. Can we get a fix for this?