mirror of
https://github.com/l-lin/font-awesome-animation.git
synced 2025-03-01 14:51:49 +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'
|
|
]
|
|
}
|
|
}
|
|
};
|