mirror of
https://github.com/locomotivemtl/locomotive-boilerplate.git
synced 2026-01-15 00:55:08 +08:00
11 lines
137 B
JavaScript
11 lines
137 B
JavaScript
module.exports = {
|
|
options: {
|
|
|
|
},
|
|
default : {
|
|
files: {
|
|
'www/assets/images/sprite.svg': ['assets/images/sprite/*.svg'],
|
|
}
|
|
}
|
|
};
|