pursuit
pursuit copied to clipboard
Hide modules that are in bower.json "ignore" field
I have this in bower.json:
"ignore": [
"/.pulp-cache",
"/output",
"/src/Main.purs"
],
I think Pursuit should not show the Main module. Maybe this is a psc-publish issue though?
This is a nice idea that hadn't occurred to me, and I think it makes sense for psc-publish to ignore files listed in the ignore field in bower.json; I can't think of a reason not to. If we were going to implement this i think it would only involve code changes in the compiler repo, yes.