I just ran bower register to see what'd happen, and it takes issue with the bower.json:
bower lscache# invalid-meta The "main" field cannot contain minified files
bower lscache# invalid-meta The "main" field has to contain only 1 file per filetype; found multiple .js files: ["lscache.min.js","lscache.js"]
I'm not sure if there's a reason we need to have both in that array for some other reason. @MathieuLoutre , do you know?
I just ran bower register to see what'd happen, and it takes issue with the bower.json:
bower lscache# invalid-meta The "main" field cannot contain minified files bower lscache# invalid-meta The "main" field has to contain only 1 file per filetype; found multiple .js files: ["lscache.min.js","lscache.js"]
I'm not sure if there's a reason we need to have both in that array for some other reason. @MathieuLoutre , do you know?