mirror of
https://github.com/l-lin/font-awesome-animation.git
synced 2024-12-27 22:11:33 +08:00
1f221284e5
* Folder reorganization * Using myth to generate prefixes * Change graphical charter
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'
|
|
}
|
|
}
|
|
}; |