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