Loader build
Closed this issue · 3 comments
joke2k commented
I changed the configuration in /loader/js/config.js
but I can not compile the file loader widget.load.v1.default.js
with the commands of grunt.
something is missing?
emilisto commented
That's a shame!
I'm assuming you've done npm install
in the loader/
sub-directory. What's the output of grunt build
?
joke2k commented
great, it works.
i don't know grunt very well but, you use two version of grunt, first to compile the widget (0.4), other to compile a loader (0.3), i'm right?
if yes, why?
emilisto commented
Sorry for the late reply on this one — the answer is that both used Grunt 0.3 originally, but that we upgraded only the widget version. The loader file's use of Grunt is slightly more involved, so it wasn't as trivial to upgrade. PR's are welcome. :-)