-
Notifications
You must be signed in to change notification settings - Fork 73
Description
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?