问题
I was looking into the following two bootstrap plugins for compass:
https://github.com/vwall/compass-twitter-bootstrap
https://github.com/hecbuma/compass-bootstrap
Is it possible to setup one of this two compass plugins on a non RoR/Ruby project?
回答1:
Yes it is, for both of them. Make sure to install the gems and import them as described to your scss- or sass-files.
When you run compass watch
or compass compile
in your project folder it will compile your code as usual.
来源:https://stackoverflow.com/questions/9429207/compass-bootstrap-on-a-non-ror-ruby-project