marcorinck / angular-growl

growl-like notifications for angularJS projects
MIT License
478 stars 191 forks source link

Please update bower.json to include css in main #21

Open xmlking opened 10 years ago

xmlking commented 10 years ago

Please update bower.json to include the CSS file in main sothat yeoman-ized projects can automatically add this CSS to index.html

  "main": [
      "build/angular-growl.js",
      "build/angular-growl.css"
    ],
alexandrusavin commented 9 years ago

See https://github.com/marcorinck/angular-growl/pull/46