摘要:
安装compass失败ERROR: Could not find a valid gem 'compass' (>= 0), here is why: Unable to download data from https://rubygems.org/ - SSL_connect... 阅读全文
摘要:
Data URI 科普笔者对本文的定位是实践操作型,所以一些理论基础只点到为止。首先 Data URI 是什么? 引用Wikipedia上对其的解释:Data URI 是一种提供让外置资源的直接内嵌在页面中的方案。这种技术允许我们只需单次 HTTP 请求即可获取所有需要引用的图片与样式资源,并因无需... 阅读全文
摘要:
1、今天尝试使用yeoman,执行grunt server 时报错:cannot find where you keep your bower packges需要将bower npm install bower -g 安装到全局当中然后执行bower install 就可以解决这个问题 阅读全文