mizzao / meteor-bootstrap-3

Bootstrap 3 package for meteor
37 stars 10 forks source link

New version (3.3.0) #8

Closed lumatijev closed 9 years ago

lumatijev commented 9 years ago

Can you please update package to new version of Bootstrap? Thank you in advance.

delgermurun commented 9 years ago

:+1:

boustanihani commented 9 years ago

:+1:

mizzao commented 9 years ago

3.3.0 is out and published. Give it a try?

Hey @yasinuslu, what do you do with the .css.map files? Do you know if Meteor can use them? I know it uses source maps for stuff like coffeescript, but what about CSS?

yasinuslu commented 9 years ago

@mizzao I didn't see any .css.map file in the package ? We shouldn't need source maps since we're not packaging less or other preprocessor files.

mizzao commented 9 years ago

Well, there were some .css.map files copied over by the update script that weren't in .gitignore, so I was wondering what you had done with them before. I guess you just hadn't added them. The bootstrap-theme.css has been added, but isn't actually used in the package.

yasinuslu commented 9 years ago

Script just copies everything in bootstrap folder. I haven't look closely for which extra files are in it :)