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