Jekyll and Material Design Web (not MDL)

Hello: I managed somehow making MDC Web work on Jekyll but its very complicated for me.
I have to create the elements in a separated Project using the method in their guide:
Using MDC Web with Sass and ES2015

Then i get compiled bundle.css and bundle.js and use it in jekyll.

My problem is that you have to add each element and his script once in the mdc project, compile and then overwrite the bundle files in jekyll porject.
Then you have to write the code in the jekyll site again using the same classes and names you used for compiling.

Does anyone knows how to do this another way?