phetsims / neuron

"Neuron" is an educational simulation in HTML5, by PhET Interactive Simulations.
GNU General Public License v3.0
1 stars 3 forks source link

Add back reference to initialization script and cache buster once 1.0 branch is created #62

Closed jbphet closed 9 years ago

jbphet commented 9 years ago

This sim is operating in a weird state for a while where it isn't branched but it is dependent on some older versions of our libraries (see #61). In order to make this work, I had to back out some recent changes that had been made to all other phet sims. These changes will need to be added back once the 1.0 release candidate branch is made. The commit that will need to be partially reversed is https://github.com/phetsims/neuron/commit/9a492557046dbb7c0910dee89639ce72d6378c53.

jbphet commented 9 years ago

Due to work done for https://github.com/phetsims/neuron/issues/65, this sim is no longer incompatible with the master versions of the libraries, so support for its previous "semi-branched" state is no longer needed and have been reversed.