Update bower.json with "main" property
mariuszdev opened this issue · 1 comments
mariuszdev commented
I am using main-bower-files
which copies all bower's libraries main files to vendor folder. But only when there is a main
property in bower.json. The value of this property should be the filename of main library file: jquery.bootpag.min.js
.
turikke commented
"main": "lib/jquery.bootpag.min.js" to be precise.