As for x-editable , I came across that I did not include bower_components css, but found that I just needed to add the specification in the override section of bower.json (since it has several options of the main library, it is not included in .bower.json ).
I have successfully used the following overrides:
"overrides": { "x-editable": { "main": [ "dist/bootstrap3-editable/js/bootstrap-editable.js", "dist/bootstrap3-editable/css/bootstrap-editable.css" ] } }
kross source share