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
12 lines
320 B
JavaScript
12 lines
320 B
JavaScript
module.exports = {
|
|
options: {
|
|
stripBanners: true,
|
|
banner: '<%= yeoman.banner %>'
|
|
},
|
|
// Copy the source files with the banner in dist folder
|
|
bannerCSS: {
|
|
src: ['<%= yeoman.dist %>/font-awesome-animation.css'],
|
|
dest: '<%= yeoman.dist %>/font-awesome-animation.css'
|
|
}
|
|
};
|