720kb / angular-tooltips

Angularjs tooltips module, add tooltips to your elements - https://720kb.github.io/angular-tooltips
351 stars 157 forks source link

Gulp Build Issue #189

Closed tcrite closed 7 years ago

tcrite commented 7 years ago

First, thanks for this awesome directive. I'm having an issue with it the gulp build on the server. The angular-tooltips.css file is trying to map to \angular-material\angular-tooltips.css.map.

45kb commented 7 years ago

@tcrite is it possible to reproduce this problem in some way? On a mac perhaprs...?

It seems to work normally here.

simonepri commented 7 years ago

@45kb The problem is that the file in /dist/angular-tooltips.css at the end presents: /*# sourceMappingURL=angular-tooltips.css.map */

But should not as is not minified.

This generates errors with some gulp plugin https://github.com/720kb/angular-tooltips/blob/master/dist/angular-tooltips.css#L176

simonepri commented 7 years ago

@45kb Could you remove it plase? Do you want a PR? Thanks

45kb commented 7 years ago

@45kb hey, yes if you can please PR i'll merge it 👍 thank you