Adam Stankiewicz
Adam Stankiewicz
I guess Stackblitz poorly supports native bindings. You need to raise this issue to them not Bower. On Sat, Apr 6, 2019 at 9:03 PM Pierre Wolf wrote: > >...
A test, please?
+1 for Option 1 `files`, that is compatible with both wiredep and NPM specification... Mime-types of Option 2 can be easily extracted automatically.. I'd go without globs, but with special...
@cvrebert It would be the same as `.npmignore`, but without separate file: > You can also provide a ".npmignore" file in the root of your package, which will keep files...
I've just read why you want `files` introduced.. I think Bower made mistake by encouraging to include only source files in `main`. Maybe we should roll-back a little and accept...
@donaldpipowitch No, less can be library entry-point as well. If you use `less`, you probably would be more interested in consuming `.less` main files. If you use sass, you would...
Technically `.less` and `.scss` files don't need compilation to be consumed by `less`, `sass` tools... But maybe it needs clarification.
@Alber70g Now it's better, but you probably linked wrong commit. This is correct: https://github.com/bower/bower.json-spec/pull/46/files Note that images / fonts are not entry-points because you can't just "use them by default"....
@sindresorhus gemspec supports "post_install_message" field.
I think instead of that we could introduce `engines` field, just like in npm. `"engines" : { "bower" : "~1.4.0" }`