Picture of Dan Jonsson
Editing without LMS
by Dan Jonsson - Tuesday, 27 October 2015, 10:43 AM
 

Is it possible to edit files without the scorm LMS compile?

I mean without the grunt server compile.

Just when editing the content it´s no need to compile for scorm!

Is there code that could be temporarily commented?

Danne/

Picture of Matt Leathes
Re: Editing without LMS
by Matt Leathes - Tuesday, 27 October 2015, 11:35 AM
 

Yes indeed - if you edit .json files or any of the content graphics, media or other assets you don't need to recompile.

The downside is that you'll need to edit them in two places otherwise the next time you compile your changes will be overwritten.

The RUB buildkit we use here at Kineo removes the need to have two copies of all the .json and course media - so you only need to edit those in one location and only need to compile if changing javascript, less or handlebars templates. You can get it here if you want to try it out: https://github.com/cgkineo/adapt-buildkit-rub

FYI grunt server doesn't actually compile it just starts a node js server and launches the course. only grunt dev and grunt build compile anything.

Picture of Dan Jonsson
Re: Editing without LMS
by Dan Jonsson - Tuesday, 27 October 2015, 12:45 PM
 

Thanks Matt for your suggestions! I´ll try out your build-kit!

 

Danne/