irontec / angular-bootstrap-simple-chat

Simple AngularJS Chat Directive with Bootstrap
147 stars 84 forks source link

Grunt/Bower (wiredep) is removing source and css from index.html #9

Closed cash1981 closed 8 years ago

cash1981 commented 9 years ago

Look at this: http://stackoverflow.com/questions/32895341/grunt-is-removing-scripts-and-css-in-index-html/32962802#32962802

I believe you need to update your bower.json to match the new spec

zxl9171 commented 8 years ago

I think in the bower.json, it should be

 "main": [
    "src/scripts/index.js",
    "src/css/style.js"
  ],

rather than

 "main": [
    "src/scripts/",
    "src/css/"
  ],