讲师回答 / Materliu
看上去像是 phantomjs 安装出问题了, 尝试通过其他方式单独安装一下phantom试试, http://phantomjs.org/download.html
2015-01-22
最赞回答 / Just90
(1). 返回上一级目录:cd .. (cd 与 .. 之间有一空格)。(2). 进入某一目录:cd git (进入 git 目录)。(3). 显示当前路径:pwd。既然你知道了答案,既没分享,又没给出解决方案。你给别人的回答毫无用处,却排在了百度搜索的前面,8千多人浏览了这个问题,你浪费了几千人的时间。
2015-01-19
讲师回答 / Materliu
你只需要正常配置concat task的options即可, 在options中指定 separator, usemin只会生成 concat task 的 generated target配置, 会使用全局options配置。
2015-01-18
已采纳回答 / hidoos
不是吧,你总得把错误信息贴出来,另外,你的系统的win7么,windows的话,有一些npm使用c++写的,需要设定一些参数指定msbuild来编译,才能编译通过。
2015-01-14
讲师回答 / Materliu
看上去好像是 grunt-contrib-sass 安装失败, 先试一下单独全局安装它呢? sudo npm install -g grunt-contrib-sass
2015-01-07