padrino / padrino-recipes

A collection of padrino templates and plugins
http://www.padrinorb.com
292 stars 50 forks source link

bootstrap: bootstrap.css.map missing #64

Closed Signum closed 10 years ago

Signum commented 10 years ago

I just used "padrino gen plugin bootstrap" but apparently I get a 404 on the bootstrap.css.map file. I'm no Bootstrap expert but perhaps the https://github.com/twbs/bootstrap/blob/master/dist/css/bootstrap-theme.css.map file needs to be fetched, too.

ondrejsika commented 10 years ago

from bootstrap-theme.css remove last line /*# sourceMappingURL=bootstrap-theme.css.map */

apoberez commented 10 years ago

ondrejsika tnx it really helped

dariocravero commented 10 years ago

Mmm, that's not the real solution, we should be bringing it in too as @Signum suggests. Should be fixed now :) Thanks for bubbling it up @apoberez and I'm sorry for all of you who were waiting on it :S.

miukki commented 9 years ago

so but how can i change the Grunt file for reduce this error