Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
leaumar opened this issue Nov 20, 2015 · 0 comments
Open

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

leaumar opened this issue Nov 20, 2015 · 0 comments

Comments

@leaumar
Copy link

leaumar commented Nov 20, 2015

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant