-
Notifications
You must be signed in to change notification settings - Fork 56
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
Inexplicable dependencies for different versions of VIE #86
Comments
I think this is resolved as soon as we finally push out a 2.0 |
This is already resolved in the current commit as I've included a timestamp in the build process which is a postfix used for each file. |
So demos/widgets are updated?? How to know about the versions of dependencies? A file name with timestamp does not solve this issue! |
Do you mean the different versions of VIE or the different version of its dependencies? |
I mean:
[1] The timstamp in the file name (that can easily be renamed) of a vie compilation helps to identify the date vie is builded, maybe one should write it also into a comment of the Javascript file. [2] VIE as software component that depends on external libraries that are not included inside the compilation itself should have something like a manifest that refers to the exact versions of dependencies. [3] It would be nice to know what feature needs which libs |
To help with this, VIE now also adds the version number to the minified files, like this:
|
Demos come along with own builds of VIE (vie-latest-debug.js without version info). Different VIE versions need different versions of referenced JavaScript libraries.
The text was updated successfully, but these errors were encountered: