grunt serve可以把网页打开,grunt serve --allow-remote就不能访问了
2015-01-21
grunt server执行完之后可以访问,grunt server --allow-remote执行完之后http://0.0.0.0:9000/无法访问
2015-01-20
最赞回答 / 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
老师请教下..当我用了usemin 我如何设置concat 的 separator: ';', 呢 因为 默认usemin是自动的他不会去读取 你配置文件里的concat谢谢
2015-01-18