提交 fdd077c9 编写于 作者: A Arno Roldao Junior

Separate: task 'IMAGE' and create module for 'load-config-grunt'

上级 f91a3942
'use strict';
module.exports = function (grunt) {
return {
dynamic: {
files: [{
expand: true,
cwd: 'build/img/',
src: ['**/*.{png,jpg,gif,svg,jpeg}'],
dest: 'dist/img/'
}]
}
};
};
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册