1
0
Fork 0
mirror of https://github.com/twbs/bootstrap-sass.git synced 2022-11-09 12:27:02 -05:00
Commit graph

10 commits

Author SHA1 Message Date
Tristan Harward
2fc8201565 Provide a compass-agnostic version of image_path
This allows for test compilation (which doesn't use sass-rails *or* compass) and could be a lead-in to a fully generic version for non-compass/rails use of bootstrap-sass.
2012-11-01 11:22:08 -04:00
Tristan Harward
2cca8870c2 Bah, don't need the submodule anymore. 2012-11-01 11:06:04 -04:00
Tristan Harward
6dea3d599f Fix module to correctly include compass extenstion.
Sorry about all the commits - still getting my bearings with compass.
2012-11-01 11:04:42 -04:00
Tristan Harward
a7369e809d Standardize on image-path for referencing sprite assets.
We need a new compass function to handle image-path, since image-url (rightfully) includes the url() wrapper. We don't want the url() wrapper around our path variable, since bootstrap already includes it. This way we only have to patch the _variables.scss file, and not _sprites.scss too.
2012-11-01 10:56:58 -04:00
Thomas McDonald
2a9d9bf4fb Register the rails engine when using Rails w/Compass
This means that the javascripts will still be available through the
asset pipeline.
2012-05-11 14:39:47 +01:00
Thomas McDonald
a3bcf7fc25 reorganize loading of framework specific files 2012-05-02 14:29:01 +01:00
Julien Guimont
e8025d3d84 Fix load sass_extentions in assets precompilation and compass 2012-03-14 14:49:39 -04:00
Thomas McDonald
4ae4653ff6 Update bootstrap-sass to 2.0.0
Now with support for Compass!
2012-02-06 13:38:26 +00:00
Robert Jackson
a86f133919 Accidentally commited duplicate. 2011-12-22 22:50:17 -05:00
Robert Jackson
2ae648370e Fix Microsoft.gradient issue with SASS asset compilation. Resolves #14. 2011-12-22 22:25:20 -05:00