Skip to content
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

Closed
ruKurz opened this issue Feb 14, 2012 · 6 comments
Closed

Inexplicable dependencies for different versions of VIE #86

ruKurz opened this issue Feb 14, 2012 · 6 comments

Comments

@ruKurz
Copy link
Contributor

ruKurz commented Feb 14, 2012

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.

@bergie
Copy link
Owner

bergie commented Feb 14, 2012

I think this is resolved as soon as we finally push out a 2.0

@neogermi
Copy link
Contributor

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.

@ruKurz
Copy link
Contributor Author

ruKurz commented Feb 15, 2012

So demos/widgets are updated?? How to know about the versions of dependencies? A file name with timestamp does not solve this issue!

@neogermi
Copy link
Contributor

Do you mean the different versions of VIE or the different version of its dependencies?

@ruKurz
Copy link
Contributor Author

ruKurz commented Feb 16, 2012

I mean:

  1. Version of VIE
  2. Version of deps
  3. Nice to have

[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

@bergie
Copy link
Owner

bergie commented Apr 24, 2012

To help with this, VIE now also adds the version number to the minified files, like this:

/* VIE 2.0.0RC1 may be freely distributed under the MIT license. See http://viejs.org/ for more details. */

@bergie bergie closed this as completed Apr 24, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants