JanStevens / angular-growl-2

growl-like notifications for angularJS projects
MIT License
285 stars 97 forks source link

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

Closed xmlking closed 10 years ago

xmlking commented 10 years ago

Please update bower.json to include the non-minified CSS file[angular-growl.css ] in main so that Grunt/Gulp's wiredep package can automatically add this CSS to index.html and project specific build steps [uglify, minify, csso etc.,] can take care of minification.

Even better include angular-growl.scss for those who are using SCSS :)

  "main": [
      "build/angular-growl.js",
      "build/angular-growl.css"
    ],