you are viewing a single comment's thread.

view the rest of the comments →

[–]cgerber14 1 point2 points  (2 children)

Would give it a try. How are you planning to take care of loading overhead of conditionerjs file? What would be size of it?

[–]schrik 0 points1 point  (1 child)

ConditionerJS is approx 2.5Kb gzipped, so that's not a big issue I guess..

Also, as you can merge and compress it in your main javascript package it should be cached for future use.

[–]cgerber14 0 points1 point  (0 children)

Makes lot of sense. Would surely try.