mirror of
https://github.com/l-lin/font-awesome-animation.git
synced 2024-12-28 22:41:31 +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'
|
||
|
}
|
||
|
}
|
||
|
};
|