DataTables / VisualEvent

Visually show Javascript events on a page
http://sprymedia.co.uk
1.04k stars 162 forks source link

[question] Get the script directly from github #40

Closed rodfersou closed 10 years ago

rodfersou commented 10 years ago

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 commented 10 years ago

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 commented 10 years ago

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