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

[question] Get the script directly from github #40

Closed
rodfersou opened this issue Jan 16, 2014 · 2 comments
Closed

[question] Get the script directly from github #40

rodfersou opened this issue Jan 16, 2014 · 2 comments

Comments

@rodfersou
Copy link

Isn't it better to get the script directly from github?

Now the script load the data from http://www.sprymedia.co.uk/VisualEvent/VisualEvent_Loader.js

And it could use:
https://raw2.github.com/DataTables/VisualEvent/master/js/VisualEvent_Loader.js

This way we have sure that we use always the last version.

@DataTables
Copy link
Collaborator

Visual Event goes through a build process ( build.sh ) before it can be used, so loading the raw, unbuilt script, would just result in errors - specifically here: https://github.com/DataTables/VisualEvent/blob/master/js/VisualEvent_Loader.js#L124 .

It would be possible to deploy a compiled version of Visual Event to github, but the current method is just as easy for me :-)

@rodfersou
Copy link
Author

got it! maybe using grunt it would be easier to deploy.. take a look at it when you can..

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

1 participant