TEI-Music-SIG / MEItoVexFlow

JavaScript libray to render MEI notation using VexFlow
20 stars 9 forks source link

Auto tests; fixed issue with RequireJS dependencies #69

Closed aerhard closed 9 years ago

aerhard commented 9 years ago

included grunt-contrib-jasmine for automatic tests run in a headless browser (tests can be run with grunt test); moved test HTML files to root folder so relative paths are the same in browser-based and automatic tests; restructured RequireJS dependencies to prevent loading VexFlow overrides before VexFlow; updated VexFlow path in Dist.html