[1.3] Loading assets from NPM modules?

It’s funny that I didn’t found this anywhere, but Meteor 1.3 still doesn’t support automatic asset loading from NPM:

Is there any workaround?

take a look at : https://forums.meteor.com/t/meteor-1-3-scss-imports-from-node-modules-experiment :wink: very fresh experiment :wink:

1 Like

Another quick workaround is to just create a symbolic link to those assets you need in the NPM module. Also, MDG has said that NPM module asset loading will be supported in Meteor 1.3.1.

So is this possible now? I’m looking to use the simple-line-icons npm package. I can import the less stylesheet, but it fails to load the fonts from the node_modules folder.

any updates on this please?