Modular Gruntfile概念验证:这个repo展示了如何模块化Grunt构建的准系统示例。
在开始之前,请务必阅读。
跑步:
注意:此示例故意包含两个错误(混合引号样式)以表明jshint按预期工作。
设置
克隆repo:
git clone https://github.com/lmarkus/Example_ModularGrunt.git
安装依赖:
npm install
确保您已全局安装grunt(请参阅:)。
Execution
要“构建”两个模块(忽略lint错误):
$ grunt lint --force
要构建单个模块:
$ grunt lint:client
暂无评论