Hacker News new | ask | show | jobs
by moretti 3907 days ago
Embed CSS on any website! ;-)

How do you specify npm dependencies. Does it "automagically" inspect your `require` statements?

1 comments

Yes, it's done automatically. We actually have every package installed, and we parse your require() statements to create the appropriate links internally.
Cool, that looks really interesting...