提交 d6148997 编写于 作者: C Catouse

* renamed zenicon files.

 * added watch task to grunt.
上级 f56dec78
......@@ -529,6 +529,15 @@ module.exports = function(grunt)
]
}
}
},
watch:
{
doc:
{
files: srcPath + '**',
tasks: ['doc', 'dist-js']
}
}
});
......@@ -558,4 +567,7 @@ module.exports = function(grunt)
// The default task
grunt.registerTask('default', ['dist', 'assets']);
// Watch task
grunt.registerTask('watch-doc', ['watch:doc']);
}
因为 它太大了无法显示 source diff 。你可以改为 查看blob
因为 它太大了无法显示 source diff 。你可以改为 查看blob
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册