FunnelEnvy / optimizely-cli

Faster Optimizely experiment development. Code locally and publish to Optimizely through the API.
http://www.funnelenvy.com/optimizely-cli/
Apache License 2.0
54 stars 17 forks source link

Fix the injection of jQuery into the experiment javascript #44

Closed nselvidge closed 9 years ago

nselvidge commented 9 years ago

currently jQuery is not actually being included into the experiments. the version of jQuery that you can reference from your experiment and variation js is the version on the window and not 1.6.4 which is what Optimizely includes. We should directly inject jQuery into the variation code like Optimizely does.

nselvidge commented 9 years ago

Fixed in 0.15.2