mirror of
https://github.com/l-lin/font-awesome-animation.git
synced 2025-03-01 14:51:49 +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'
|
|
}
|
|
};
|