How can I use external dependencies with pub? For example I want to include Materialize-css and use it in my scss file. If I install it using npm than pub can't locate it in node_modules folder. If I put it into web folder it puts all the source in build folder, which is not what I want.
So what is the correct way to include external files?