摘要:
默认情况下, bower 会自动把文件安装在文件夹bower_components 下面,如果希望自定义这个文件夹的名称为 components ,可以创建一个名称为 ".bowerrc" 的文件放到项目的根目录,文件内容如下即可:{ "directory" : "components"} 阅读全文
摘要:
从 JQuery mobile 1.4 开始, CSS 由3个部分组成,分别是 Icons、Theme和Structurejquery.mobile-1.4.x.css: 包括了 、Theme 和 Structure; jquery.mobile.external-png-1.4.x.css: 包扩... 阅读全文