rotundasoftware / parcelify

Add css to your npm modules consumed with browserify.
MIT License
251 stars 20 forks source link

Parcelify on a no-javascript package? #40

Closed poonwu closed 9 years ago

poonwu commented 9 years ago

If I include a package with no javascript such as

npm install font-awesome
require('font-awesome');

and tried to browserify the package with parcelify plugin, the browserify exit with a "cannot find module" error. I tried to set ignoreMissing, but the result is basically an empty result (no bundled script and no bundled css whatsoever). Does parcelify support no-javascript package?

dgbeck commented 9 years ago

Hi @poonwu ! The short answer is no.. more thorough answer & reasoning is in #28.

Thanks!