Can't rebuild sunstone interface with latest bower (1.7.9)

Hi,

[root@s04 public]# bower --allow-root install
bower                     invalid-meta The "main" field cannot contain minified files
bower                     invalid-meta The "main" field has to contain only 1 file per filetype; found multiple .js files: ["dist/login.js","dist/main.js"]
bower                     invalid-meta The "main" field has to contain only 1 file per filetype; found multiple .map files: ["dist/login.js.map","dist/main.js.map"]
bower                     invalid-meta The "main" field has to contain only 1 file per filetype; found multiple .css files: ["css/app.min.css","css/login.css"]
[root@s04 public]# bower --version
1.7.9

Any suggestions?

Last known to me working bower@1.6.5 is tricky (for me) to downgrade.

Kind Regards
Anton Todorov

Hi,

I think you can simply ignore those warnings, sunstone should be minimized anyway.
Moreover, I think we can safely remove the main field from bower.json…