For example please see this file:https://github.com/alterm4nn/ChronoZoom/blob/master/Test/chronozoom20.test/Tests.BL/Scripts/Specs/TimeScaleSpec.js
At the beginning of the page i have:
...
/// <reference path="../Js/timescale.js" />
...This solution I found on the internet, and it work fine for me, but I need every time copy "timescale.js" file from main project. (fromhttps://github.com/alterm4nn/ChronoZoom/tree/master/Source/Chronozoom.UI/Scripts).
I try to set relative path (for example: ../../../../Source/Chronozoom.UI/Scripts/timescale.js), but parent folder always: /Test/chronozoom20.test/Tests.BL/.
--
I want to be able to set the full path or relative path to different location. It is possible?
You received this message because you are subscribed to the Google Groups "Jasmine" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jasmine-js+...@googlegroups.com.
To post to this group, send email to jasmi...@googlegroups.com.
Visit this group at http://groups.google.com/group/jasmine-js?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.
I use jasmine-standalone-1.3.1
пятница, 29 марта 2013 г., 21:27:17 UTC+4 пользователь DWF написал: