mirror of
https://github.com/l-lin/font-awesome-animation.git
synced 2025-03-01 14:51:49 +08:00
10 lines
220 B
JavaScript
10 lines
220 B
JavaScript
module.exports = {
|
|
options: {
|
|
sourcemap: true
|
|
},
|
|
dist: {
|
|
files: {
|
|
'<%= yeoman.dist %>/font-awesome-animation.css': '<%= yeoman.src %>/font-awesome-animation.css'
|
|
}
|
|
}
|
|
}; |