chencheng (云谦)
chencheng (云谦)
这个特性只对 mac 有效,基于 applescript 实现的,https://github.com/facebookincubator/create-react-app/blob/master/packages/react-dev-utils/openChrome.applescript 。
@codering 下个版本加上,https://github.com/sorrycc/roadhog/issues/16
这是端口被占用的提示。
@codering https://github.com/sorrycc/roadhog/commit/4a619f5
[email protected], https://github.com/sorrycc/roadhog/releases/tag/0.2.0
@pillar258 node 版本需要 6.5 或以上。
@jayguojianhai node 要 6.5 或以上。
@mansters 有几种方式: 1. node_modules 下的 css 不会做 css modules 处理,所以如果是依赖里的 css 可以直接引入 1. css 文件放 public 目录,然后在 html 里直接引,参考 https://github.com/sorrycc/roadhog#使用-public-目录 1. 改 css 文件,加 `:global` 前缀
roadhog 不包含项目初始化功能。
@LDmin 需要用 [define](https://github.com/sorrycc/roadhog#define) 配进去才会有,项目里不会自动读全部环境变量的。