安装foundation的时候除了问题,就是在这一步有这个命令
Be sure to run compass watch in order to make changes.
bundle (only once per project)
bundle exec compass watch
但是执行命令,显示没有,不知道bundle是什么?
安装foundation的时候除了问题,就是在这一步有这个命令
Be sure to run compass watch in order to make changes.
bundle (only once per project)
bundle exec compass watch
但是执行命令,显示没有,不知道bundle是什么?
bundle 是ruby的包管理工具
安装的话 gem install bundler
就可以不,不过你需要安装ruby,安装ruby的话
可以用 RubyInstall for windows http://rubyinstaller.org/
gem install bundler
http://bundler.io/