DaftMonk / angular-tour

AngularJS directive for giving an interactive tour of your website.
http://daftmonk.github.io/angular-tour/
MIT License
608 stars 137 forks source link

bower.json missing css #78

Open danidev opened 7 years ago

danidev commented 7 years ago

Hello, intalling angular-tour version 0.2.5 with bower, the main property on _bowercomponents/angular-tour/bower.json is:

"main": "./dist/angular-tour-tpls.min.js"

missing the "./dist/angular-tour.css", present on master branch:

"main": [ "./dist/angular-tour-tpls.min.js", "./dist/angular-tour.css" ],

Is it normal or I miss something?

So if it is normal how do you link the css file in your application using grunt/bower js and css dependencies injections?

Thanks, Daniele