mirror of
https://github.com/l-lin/font-awesome-animation.git
synced 2024-12-28 22:41:31 +08:00
13 lines
252 B
JavaScript
13 lines
252 B
JavaScript
|
module.exports = {
|
||
|
options: {
|
||
|
banner: '<%= yeoman.banner %>'
|
||
|
},
|
||
|
dist: {
|
||
|
files: {
|
||
|
'<%= yeoman.dist %>/font-awesome-animation.min.css': [
|
||
|
'<%= yeoman.dist %>/*.css'
|
||
|
]
|
||
|
}
|
||
|
}
|
||
|
};
|